<?xml version="1.0" encoding="UTF-8"?>
<rfc version="3"
     submissionType="independent"
     category="info"
     ipr="trust200902"
     docName="draft-mittermair-complex-information-00">

  <front>
    <title abbrev="Complex Information">
      Complex Information: A Conceptual Extension of Classical Information Models
      for Human Decision Contexts
    </title>
    <seriesInfo name="Internet-Draft" value="draft-mittermair-complex-information-00"/>
    <author fullname="Franz Mittermair">
    <organization>Independent</organization>
        <address>
	    <email>fx@stwst.at</email>
    	</address>
    </author>
    <date year="2026" month="January" day="18"/>

    <abstract>
      <t>
        Classical information models have proven highly effective for the design
        and operation of machine-based communication and computation systems.
        These models intentionally abstract away meaning, interpretation, and
        human decision-making in order to achieve formal clarity and
        computability.
      </t>
      <t>
        This document describes a conceptual extension to classical information
        models, referred to as complex information, which represents information
        as consisting of two components: a real component, suitable for machine
        processing, and an imaginary component, representing human context,
        meaning, and non-computable decision factors.
      </t>
      <t>
        The proposed concept does not replace existing information theory, nor
        does it define new protocols or standards. Instead, it provides a
        descriptive framework for reasoning about information systems that
        interact with human decision processes, trust, and interpretation.
      </t>
    </abstract>
  </front>

  <middle>

    <section numbered="true" title="Introduction">
      <t>
        Modern information systems increasingly participate in contexts that
        extend beyond pure data transmission and computation. These systems
        influence decision-making processes affecting individuals,
        organizations, and societies.
      </t>
      <t>
        Classical information theory intentionally excludes semantic meaning and
        interpretation. While this abstraction enables reliable and scalable
        systems, it provides no formal representation for human decision
        context.
      </t>
    </section>

    <section numbered="true" title="Terminology">

      <section numbered="true" title="Classical Information">
        <t>
          Classical information refers to information as defined in mathematical
          information theory, where information is represented as a function of
          symbol probabilities and is independent of semantic meaning or
          interpretation.
        </t>
        <t>
  	  Classical information theory is commonly associated with the work of
          <xref target="Shannon1948"/>.
        </t>
      </section>

      <section numbered="true" title="Physical Information">
        <t>
          Physical information refers to the treatment of information as a
          physical quantity bound to thermodynamic processes, including energy
          dissipation and irreversibility.
        </t>
        <t>
  	  Physical interpretations of information are commonly linked to
  	  <xref target="Landauer1961"/>.
	</t>
      </section>

      <section numbered="true" title="Complex Information">
        <t>
          Complex information is a conceptual model in which information is
          described as having two components: a real component and an imaginary
          component.
        </t>
      </section>

      <section numbered="true" title="Decision Space">
        <t>
          Decision space refers to choices or judgments that cannot be fully
          derived from computable information alone and therefore require human
          interpretation or responsibility.
        </t>
      </section>

    </section>

    <section numbered="true" title="Problem Statement">
      <t>
        When classical information models are applied directly to human-facing
        decision contexts, structural issues arise due to the absence of formal
        representation for non-computable decision factors.
      </t>
    </section>

    <section numbered="true" title="Proposed Concept: Complex Information">
      <t>
        The complex information model preserves existing computational models
        while explicitly acknowledging non-computable components relevant to
        human decision-making.
      </t>
    </section>

    <section numbered="true" title="Implications">
      <t>
        The model supports clearer analytical separation between computation and
        interpretation, without introducing new protocols or requirements.
      </t>
    </section>

    <section numbered="true" title="Security Considerations">
      <t>
        Failure to distinguish computable and interpretive components may lead
        to misattributed authority, misleading representations, or algorithmic
        overreach. This document defines no security mechanisms.
      </t>
    </section>

    <section numbered="true" title="IANA Considerations">
      <t>
        This document has no IANA considerations.
      </t>
    </section>

  </middle>

  <back>
    <references title="Informative References">
      <reference anchor="Shannon1948">
        <front>
          <title>A Mathematical Theory of Communication</title>
          <author fullname="Claude E. Shannon"/>
          <date year="1948"/>
        </front>
      </reference>

      <reference anchor="Landauer1961">
        <front>
          <title>Irreversibility and Heat Generation in the Computing Process</title>
          <author fullname="Rolf Landauer"/>
          <date year="1961"/>
        </front>
      </reference>
    </references>
  </back>

</rfc>
