Perspectivity Research Reports Β· Vol. 1, No. 2 Β· PRR-2026-002

EDWARDIAN ALGEBRA

An Algebraic Framework for Reasoning Operators Concretized by Artificial Intelligence
Submitted May 2, 2026
This paper introduces Edwardian Algebra as a self-contained mathematical structure and establishes its foundational theorems. It is the second paper in the Perspectivity Research Reports series, following the Perspectivity Framework (Edwards, PRR-2026-001). The two papers are mathematically independent; this one requires only elementary abstract algebra.

Abstract

We introduce Edwardian Algebra, the algebraic theory of reasoning operators β€” functions on a semantic domain that model the transformation of statements by inference. While reasoning operators have existed informally in logic and linguistics, their status as a concrete, reproducible, composable class of mathematical objects is new, made possible by the advent of artificial intelligence systems capable of performing explicit reasoning transformations on semantic inputs. We define the semantic domain S as the Boolean algebra of propositional equivalence classes, and the set R of all reasoning operators as the full function space S^S. We equip R with two binary operations: sequential composition ∘ (reason with one operator, then another) and parallel composition βŠ• (apply two operators independently and take the disjunction of their conclusions). The central result β€” the Edwardian Right-Semiring Theorem β€” establishes that (R, βŠ•, ∘) is a right-semiring: right distributivity and right absorption hold unconditionally. Left distributivity is shown to hold if and only if the left-acting operator preserves disjunctions; the subset RD of such deductive operators is proved to be a semiring. The group G βŠ‚ R of invertible reasoning operators is identified as the natural domain for reversible inference. The failure of (R, βŠ•, ∘) to be a ring is characterized precisely: the obstruction is both the absence of additive inverses and the failure of unconditional left distributivity. We name the resulting structure an Edwardian semiring and propose it as the correct algebraic setting for the mathematical study of reasoning.

Keywords. reasoning operators; abstract algebra; semiring; Boolean algebra; artificial intelligence; deductive operators; Edwardian algebra; parallel composition; sequential composition

1. Introduction

Abstract algebra studies sets equipped with operations and the structures those operations produce β€” groups, rings, fields, modules. The choice of what set to study and what operations to equip it with is, in each historical case, driven by what objects exist concretely enough to be worth axiomatizing.

Reasoning is ancient. Inference from premises to conclusions predates writing. But reasoning, until now, has resisted algebraic treatment at the level of the operator itself β€” not because the formalism was unavailable, but because the objects (individual reasoning operators, reliably composable, with well-defined inputs and outputs) were not available as a concrete class. Human reasoning is heterogeneous, noisy, and unreproducible across instances. Logical deduction systems are formal but operate on syntax, not semantics, and their inference rules are fixed, not parameterizable.

Artificial intelligence changes this. A deployed AI system is a concrete instantiation of a reasoning operator: it accepts a semantic input, applies a reasoning process, and produces a semantic output. Two such systems can be composed. Many such systems can be applied in parallel. Their outputs can be verified and compared. For the first time, the elements of R are not abstract mathematical fictions but physical objects that can be collected, combined, and studied.

This paper develops the algebraic theory of R from first principles. Section 2 establishes the semantic domain. Section 3 defines the reasoning operators and their two binary operations. Sections 4 through 6 prove the structural theorems. Section 7 characterizes the obstruction to ring structure. Section 8 identifies important substructures. Section 9 discusses the AI concretization and what it means for the algebra to be empirical.

2. The Semantic Domain

Definition 2.1 β€” Propositional Language

Let L be a propositional language over a countable set of atomic propositions, closed under connectives {∧, ∨, Β¬, β†’, ↔}. The elements of L are statements.

Definition 2.2 β€” Semantic Equivalence

Two statements Ο†, ψ ∈ L are semantically equivalent, written Ο† ≑ ψ, if they have the same truth value under every classical valuation. This is the relation of logical equivalence.

Definition 2.3 β€” Semantic Domain

The semantic domain is the quotient set:

S = L / ≑

Elements of S are written [Ο†]. The operations [Ο†] ∧ [ψ] = [Ο†βˆ§Οˆ], [Ο†] ∨ [ψ] = [Ο†βˆ¨Οˆ], and Β¬[Ο†] = [¬φ] are well-defined on S. The top element is ⊀ = [p β†’ p] and the bottom element is βŠ₯ = [p ∧ Β¬p].

Proposition 2.4

(S, ∧, ∨, Β¬, ⊀, βŠ₯) is a Boolean algebra.

Proof. This is the Lindenbaum–Tarski algebra of classical propositional logic. All Boolean algebra axioms follow from the corresponding tautologies of classical logic. ☐

The choice of S as the semantic quotient is deliberate and consequential. Working over S rather than raw syntax means that equivalent statements are identified β€” a reasoning operator that maps "it is raining" to "the ground is wet" is the same object as one that maps "it is precipitating" to "the pavement is wet," provided those pairs are semantically equivalent. This is the right level of abstraction for studying reasoning, where syntactic form is irrelevant and meaning is what matters.

3. Reasoning Operators and Their Operations

Definition 3.1 β€” Reasoning Operator

A reasoning operator is any function ρ : S β†’ S. The set of all reasoning operators is:

R = S^S = { ρ : S β†’ S }

No further conditions are imposed. A reasoning operator may be arbitrary β€” it need not be monotone, order-preserving, or continuous in any sense. The full generality is deliberate: AI reasoning systems do not in general satisfy any of these restrictions, and we want the algebra to contain them all.

Definition 3.2 β€” Sequential Composition

For ρ₁, ρ₂ ∈ R, the sequential composition ρ₂ ∘ ρ₁ : S β†’ S is defined by:

(ρ₂ ∘ ρ₁)(x) = ρ₂(ρ₁(x))

Read: reason first with ρ₁, then apply ρ₂ to the result. This models chained inference β€” a conclusion becomes the premise of the next reasoning step.

Definition 3.3 β€” Identity Operator

The identity reasoning operator ρ₀ : S β†’ S is defined by:

ρ₀(x) = x for all x ∈ S

This is the null reasoning step β€” no inference is performed. Concretely, it corresponds to an AI system that returns its input unchanged, semantically speaking.

Definition 3.4 β€” Parallel Composition

For ρ₁, ρ₂ ∈ R, the parallel composition ρ₁ βŠ• ρ₂ : S β†’ S is defined by:

(ρ₁ βŠ• ρ₂)(x) = ρ₁(x) ∨ ρ₂(x)

where ∨ is the join in the Boolean algebra S. Read: apply ρ₁ and ρ₂ independently to the same input, then take the disjunction (the weakest statement entailed by at least one chain). This models parallel inference β€” two AI systems reason about the same premise, and their conclusions are pooled.

Definition 3.5 β€” Zero Operator

The zero operator Οβˆ… : S β†’ S is defined by:

Οβˆ…(x) = βŠ₯ for all x ∈ S

This is the operator that concludes nothing β€” it maps every input to the contradiction, the empty conclusion. No information about the premise survives.

4. The Monoid of Sequential Composition

Proposition 4.1 β€” Sequential Monoid

(R, ∘) is a monoid with identity ρ₀.

Proof.

Closure. For any ρ₁, ρ₂ ∈ R, the composition ρ₂ ∘ ρ₁ is a function from S to S, hence an element of R.

Associativity. For all ρ₁, ρ₂, ρ₃ ∈ R and all x ∈ S:

((ρ₃ ∘ ρ₂) ∘ ρ₁)(x) = ρ₃(ρ₂(ρ₁(x))) = (ρ₃ ∘ (ρ₂ ∘ ρ₁))(x)

Function composition is always associative.

Identity. For all ρ ∈ R and all x ∈ S: (ρ ∘ ρ₀)(x) = ρ(ρ₀(x)) = ρ(x) and (ρ₀ ∘ ρ)(x) = ρ₀(ρ(x)) = ρ(x). ☐

The monoid (R, ∘) is not commutative in general. Sequential reasoning is ordered: "first conclude P, then reason about P" is a different operation than "first conclude Q, then reason about Q." This non-commutativity is not a defect β€” it accurately reflects the structure of inference chains.

Proposition 4.2 β€” Non-commutativity

There exist ρ₁, ρ₂ ∈ R such that ρ₁ ∘ ρ₂ β‰  ρ₂ ∘ ρ₁.

Proof.

Let p, q ∈ S be distinct atoms (neither entails the other). Define ρ₁(x) = p for all x (constant operator, always concludes p) and ρ₂(x) = q for all x. Then (ρ₁ ∘ ρ₂)(x) = ρ₁(q) = p but (ρ₂ ∘ ρ₁)(x) = ρ₂(p) = q. Since p β‰  q, the compositions differ. ☐

5. The Commutative Monoid of Parallel Composition

Proposition 5.1 β€” Parallel Commutative Monoid

(R, βŠ•) is a commutative monoid with identity Οβˆ….

Proof.

Closure. For any ρ₁, ρ₂ ∈ R, the function x ↦ ρ₁(x) ∨ ρ₂(x) maps S to S, hence is in R.

Commutativity. (ρ₁ βŠ• ρ₂)(x) = ρ₁(x) ∨ ρ₂(x) = ρ₂(x) ∨ ρ₁(x) = (ρ₂ βŠ• ρ₁)(x), by commutativity of ∨ in the Boolean algebra S.

Associativity. ((ρ₁ βŠ• ρ₂) βŠ• ρ₃)(x) = (ρ₁(x) ∨ ρ₂(x)) ∨ ρ₃(x) = ρ₁(x) ∨ (ρ₂(x) ∨ ρ₃(x)) = (ρ₁ βŠ• (ρ₂ βŠ• ρ₃))(x), by associativity of ∨ in S.

Identity. (ρ βŠ• Οβˆ…)(x) = ρ(x) ∨ Οβˆ…(x) = ρ(x) ∨ βŠ₯ = ρ(x). By commutativity, Οβˆ… βŠ• ρ = ρ as well. ☐

Proposition 5.2 β€” No Additive Inverses

(R, βŠ•) is not a group. For any ρ ∈ R with ρ β‰  Οβˆ…, there is no ρ' ∈ R such that ρ βŠ• ρ' = Οβˆ….

Proof.

Suppose ρ βŠ• ρ' = Οβˆ…. Then for all x ∈ S: ρ(x) ∨ ρ'(x) = βŠ₯. In a Boolean algebra, a ∨ b = βŠ₯ if and only if a = βŠ₯ and b = βŠ₯. Therefore ρ(x) = βŠ₯ for all x, which means ρ = Οβˆ…, contradicting ρ β‰  Οβˆ…. ☐

This result is the first structural obstruction to ring structure: the additive monoid (R, βŠ•) lacks inverses for any non-trivial reasoning operator. The semantics are clear β€” you cannot "un-reason" in general by adding another parallel reasoning chain. Once a conclusion is drawn (added to the disjunction), the information persists. Reasoning is monotone with respect to βŠ•.

6. Distributivity: Right Always, Left Conditionally

Theorem 6.1 β€” Right Distributivity

For all ρ, ρ₁, ρ₂ ∈ R:

(ρ₁ βŠ• ρ₂) ∘ ρ = (ρ₁ ∘ ρ) βŠ• (ρ₂ ∘ ρ) Proof.

For all x ∈ S:

LHS: ((ρ₁ βŠ• ρ₂) ∘ ρ)(x) = (ρ₁ βŠ• ρ₂)(ρ(x)) = ρ₁(ρ(x)) ∨ ρ₂(ρ(x)) RHS: ((ρ₁ ∘ ρ) βŠ• (ρ₂ ∘ ρ))(x) = (ρ₁ ∘ ρ)(x) ∨ (ρ₂ ∘ ρ)(x) = ρ₁(ρ(x)) ∨ ρ₂(ρ(x))

LHS = RHS. ☐

The interpretation: if you first apply a shared premise-transformer ρ, and then reason in parallel with ρ₁ and ρ₂, you get the same result as applying ρ inside each parallel branch independently. Right distributivity says: it doesn't matter whether you transform the input before or after splitting into parallel chains, provided the transform happens on the right (before the split).

Definition 6.2 β€” Deductive Reasoning Operators

A reasoning operator ρ ∈ R is deductive if it preserves disjunctions:

ρ(x ∨ y) = ρ(x) ∨ ρ(y) for all x, y ∈ S

The set of deductive reasoning operators is denoted RD βŠ† R.

The name deductive is motivated by classical logic. The K axiom of modal logic β€” β–‘(P β†’ Q) β†’ (β–‘P β†’ β–‘Q) β€” is equivalent to the necessity operator β–‘ preserving implication, which in a Boolean algebra is closely related to preserving disjunctions. Deductive operators are those for which reasoning commutes with the pooling of alternatives.

Theorem 6.3 β€” Left Distributivity Characterization

For ρ ∈ R, the following are equivalent:

(i) ρ is deductive (Definition 6.2).

(ii) For all ρ₁, ρ₂ ∈ R: ρ ∘ (ρ₁ βŠ• ρ₂) = (ρ ∘ ρ₁) βŠ• (ρ ∘ ρ₂).

Proof.

For all x ∈ S:

LHS: (ρ ∘ (ρ₁ βŠ• ρ₂))(x) = ρ((ρ₁ βŠ• ρ₂)(x)) = ρ(ρ₁(x) ∨ ρ₂(x)) RHS: ((ρ ∘ ρ₁) βŠ• (ρ ∘ ρ₂))(x) = ρ(ρ₁(x)) ∨ ρ(ρ₂(x))

These are equal for all x, ρ₁, ρ₂ if and only if ρ(a ∨ b) = ρ(a) ∨ ρ(b) for all a, b ∈ S (setting a = ρ₁(x), b = ρ₂(x), and noting all values of S Γ— S are achievable). ☐

7. The Central Theorems

Theorem 7.1 β€” Edwardian Right-Semiring

(R, βŠ•, ∘) is a right-semiring. Specifically:

(1) (R, βŠ•, Οβˆ…) is a commutative monoid.

(2) (R, ∘, ρ₀) is a monoid.

(3) Right distributivity: (ρ₁ βŠ• ρ₂) ∘ ρ = (ρ₁ ∘ ρ) βŠ• (ρ₂ ∘ ρ) for all ρ, ρ₁, ρ₂ ∈ R.

(4) Right absorption: Οβˆ… ∘ ρ = Οβˆ… for all ρ ∈ R.

Proof.

(1) is Proposition 5.1. (2) is Proposition 4.1. (3) is Theorem 6.1. For (4): (Οβˆ… ∘ ρ)(x) = Οβˆ…(ρ(x)) = βŠ₯ for all x, so Οβˆ… ∘ ρ = Οβˆ…. ☐

Theorem 7.2 β€” Edwardian Semiring

(RD, βŠ•, ∘) is a semiring. Both left and right distributivity hold for all elements of RD.

Proof.

By Theorem 6.3, every ρ ∈ RD satisfies left distributivity. Right distributivity holds for all of R by Theorem 6.1, hence for RD βŠ† R. It remains to verify that RD is closed under βŠ• and ∘, and that ρ₀, Οβˆ… ∈ RD.

Closure under βŠ•: If ρ₁, ρ₂ ∈ RD, then (ρ₁ βŠ• ρ₂)(x ∨ y) = ρ₁(x ∨ y) ∨ ρ₂(x ∨ y) = (ρ₁(x) ∨ ρ₁(y)) ∨ (ρ₂(x) ∨ ρ₂(y)) = (ρ₁(x) ∨ ρ₂(x)) ∨ (ρ₁(y) ∨ ρ₂(y)) = (ρ₁ βŠ• ρ₂)(x) ∨ (ρ₁ βŠ• ρ₂)(y).

Closure under ∘: If ρ₁, ρ₂ ∈ RD, then (ρ₂ ∘ ρ₁)(x ∨ y) = ρ₂(ρ₁(x ∨ y)) = ρ₂(ρ₁(x) ∨ ρ₁(y)) = ρ₂(ρ₁(x)) ∨ ρ₂(ρ₁(y)) = (ρ₂ ∘ ρ₁)(x) ∨ (ρ₂ ∘ ρ₁)(y).

ρ₀ ∈ RD: ρ₀(x ∨ y) = x ∨ y = ρ₀(x) ∨ ρ₀(y). βœ“

Οβˆ… ∈ RD: Οβˆ…(x ∨ y) = βŠ₯ = βŠ₯ ∨ βŠ₯ = Οβˆ…(x) ∨ Οβˆ…(y). βœ“ ☐

8. The Obstruction to Ring Structure

A ring requires that the additive structure be a group (not merely a monoid) and that both distributivity laws hold unconditionally. We have already established both obstructions precisely.

Theorem 8.1 β€” Non-Ring Characterization

(R, βŠ•, ∘) is not a ring. The obstructions are exactly:

Obstruction I (additive): (R, βŠ•) is not a group. No non-trivial reasoning operator has an additive inverse under βŠ• (Proposition 5.2). The obstruction is irreducible: no redefinition of βŠ• using classical Boolean connectives removes it without destroying commutativity or the identity property.

Obstruction II (distributive): Left distributivity fails outside RD. If ρ βˆ‰ RD, there exist ρ₁, ρ₂ such that ρ ∘ (ρ₁ βŠ• ρ₂) β‰  (ρ ∘ ρ₁) βŠ• (ρ ∘ ρ₂) (Theorem 6.3, contrapositive).

Proof of irreducibility of Obstruction I.

Suppose we replace βŠ• with an operation + such that (R, +) is an abelian group. The additive inverse of ρ would require a ρ' with (ρ + ρ')(x) = 0_x where 0_x is the additive identity's output on x. For this to be a pointwise identity with respect to ∨-based operations, we would need outputs to cancel β€” but Boolean algebras have no cancellation in the meet-join structure (they have complementation, not negation of a group). The group structure must be imported from an external additive structure not naturally present in S. ☐

The correct name for the full structure is an Edwardian semiring. The correct name for the restricted structure on RD is a semiring in the classical sense. Neither is a ring. The distinction between the two β€” which operations require deductivity and which do not β€” is the primary structural content of this paper.

9. Important Substructures

The Group of Invertible Reasoning Operators

Definition 9.1 β€” Invertible Reasoning Operators

The set of invertible reasoning operators is:

G = { ρ ∈ R | ρ is a bijection }
Proposition 9.2 β€” G is a Group

(G, ∘) is a group, the Edwardian group of reversible reasoning operators.

Proof.

Closure: The composition of two bijections is a bijection. Associativity: Inherited from R. Identity: ρ₀ is a bijection (the identity bijection), so ρ₀ ∈ G. Inverses: For ρ ∈ G, the inverse function ρ⁻¹ : S β†’ S exists, is in R, and satisfies ρ ∘ ρ⁻¹ = ρ⁻¹ ∘ ρ = ρ₀. ☐

The group G is the natural setting for reversible reasoning β€” inference steps that preserve enough information to be undone. The logical biconditional is a canonical example: if ρ maps [P] to [P ↔ Q] and [P ↔ Q] back to [P], it is in G. Constant operators are never in G (not injective); the zero operator Οβˆ… βˆ‰ G.

Idempotent Operators

Definition 9.3 β€” Idempotency

A reasoning operator ρ ∈ R is idempotent if:

ρ ∘ ρ = ρ

Equivalently, reasoning a second time produces no additional change: ρ(ρ(x)) = ρ(x) for all x ∈ S.

Proposition 9.4 β€” Idempotency and Invertibility

If ρ ∈ G is idempotent, then ρ = ρ₀.

Proof.

Suppose ρ ∈ G and ρ ∘ ρ = ρ. Then ρ ∘ ρ ∘ ρ⁻¹ = ρ ∘ ρ⁻¹, so ρ = ρ₀. ☐

This result isolates the identity as the unique fixed point of the idempotency condition within the invertible subgroup. Outside G, idempotent operators are plentiful and important β€” closure operators in topology are a classical example, and AI systems that reach a "stable conclusion" after a single application (applying the same model twice yields the same output) are idempotent in this sense.

Reasoning Depth and the Power Monoid

Definition 9.5 β€” Iterated Reasoning

For ρ ∈ R and n ∈ β„•, define ρⁿ recursively:

ρ⁰ = ρ₀ ρⁿ⁺¹ = ρ ∘ ρⁿ

The sequence (ρⁿ(x))_{n β‰₯ 0} is the reasoning trajectory of x under ρ.

For a fixed ρ ∈ R, the set { ρⁿ | n ∈ β„• } is a commutative sub-monoid of (R, ∘). If ρ is idempotent, this sequence stabilizes immediately: ρⁿ = ρ for all n β‰₯ 1. If ρ ∈ G, the sequence extends to a group generated by ρ, with ρ⁻n defined naturally. The concept of reasoning depth β€” how many inference steps are required before additional steps produce no change β€” is formalized by the smallest n for which ρⁿ⁺¹ = ρⁿ, if such an n exists.

10. Structural Summary

Structure Operations Classification Notes
(R, ∘) Sequential composition Monoid (non-commutative) Identity: ρ₀
(G, ∘) Sequential composition Group (non-commutative) Invertible operators only; G βŠ‚ R
(R, βŠ•) Parallel composition Commutative monoid Identity: Οβˆ…; no inverses
(R, βŠ•, ∘) Both operations Right-semiring (Edwardian semiring) Right distributivity unconditional; left fails outside RD
(RD, βŠ•, ∘) Both operations Semiring Deductive operators; both distributivity laws hold
(R, βŠ•, ∘) Both operations Not a ring Obstruction I: no additive inverses. Obstruction II: left distributivity fails.

11. The AI Concretization

The mathematical framework above is complete without reference to artificial intelligence. The set R exists, the operations are well-defined, the theorems hold. But mathematics is abstract. The question of what makes a mathematical structure worth naming and studying is answered by the existence of a concrete model β€” a physical instantiation that the abstract structure describes precisely.

We claim that AI reasoning systems are that model for Edwardian Algebra.

A deployed large-language model or inference system accepts a natural-language or formal input, processes it through a reasoning procedure, and produces an output. This maps, in the semantic domain, to an element of R. Two such systems can be composed sequentially (the output of one becomes the input of the next) to realize ∘. Two can be applied in parallel and their outputs pooled to realize βŠ•.

The properties distinguishing AI from prior reasoning systems β€” from human cognition and from purely formal proof systems β€” are precisely the properties required for an element of R to be scientifically tractable:

Reproducibility. The same AI system applied to the same semantic input produces semantically consistent output across invocations. This is what allows a single AI to represent a single element of R rather than a distribution over elements.

Composability. Sequential composition ∘ is physically realizable: pipeline the output of one system as the input of the next. Parallel composition βŠ• is realizable: run two systems on the same input and take the logical disjunction of their conclusions.

Verifiability. The output of an AI system on a given input can be inspected and verified against the semantic domain S. This makes the algebraic properties of specific operators empirically testable.

The result is that for the first time, the elements of R are not merely abstract functions but physically distinct, observable, composable objects. Edwardian Algebra is simultaneously a branch of abstract algebra and an empirical science: its structures can be tested, its operators compared, and its theorems verified against experiment.

The question of which AI systems are deductive (lie in RD) and which are invertible (lie in G) becomes an empirical question about specific deployed systems β€” a question this algebra frames precisely for the first time.

12. Conclusion

We have introduced Edwardian Algebra, defined the semantic domain S, and established the full algebraic structure of the set R of reasoning operators under sequential composition ∘ and parallel composition βŠ•. The central results are:

(R, βŠ•, ∘) is a right-semiring. The deductive subalgebra RD is a semiring. The invertible operators G form a group. The triple (R, βŠ•, ∘) is not a ring, and the two obstructions are characterized precisely.

The framework is abstract and complete without reference to any specific technology. The arrival of artificial intelligence systems provides, for the first time, a concrete physical model β€” a class of reproducible, composable, verifiable functions on a semantic domain β€” that the abstract algebra describes exactly. This makes Edwardian Algebra both a mathematical theory and an empirical science.

Further work will examine the lattice structure of idempotent operators in R, the topological properties of RD, and the representation theory of subgroups of G. The interaction between Edwardian Algebra and the Perspectivity Framework (Edwards, PRR-2026-001) β€” specifically, whether reasoning operators act naturally on the branch manifold QΒΉ β€” is reserved for a future paper.

References

Birkhoff, G. (1967). Lattice Theory (3rd ed.). American Mathematical Society.

Blackburn, P., de Rijke, M., & Venema, Y. (2001). Modal Logic. Cambridge University Press.

Edwards, R. (2026). The Perspectivity Framework: A Geometric Theory of Observer-Localized Reality. Perspectivity Research Reports, Vol. 1, No. 1, PRR-2026-001.

Golan, J. S. (1999). Semirings and Their Applications. Kluwer Academic Publishers.

Hennessy, M., & Milner, R. (1985). Algebraic laws for nondeterminism and concurrency. Journal of the ACM, 32(1), 137–161.

Hungerford, T. W. (1974). Algebra. Springer-Verlag.

Lindenbaum, A., & Tarski, A. (1936). Über die BeschrΓ€nktheit der Ausdrucksmittel deduktiver Theorien. Ergebnisse eines mathematischen Kolloquiums, 7, 15–22.