Fact-checked by Grok 2 weeks ago

Axiom schema

In , an is a formal template or formula expressed in the of an , containing one or more schematic variables (placeholders) that can be substituted with arbitrary well-formed formulas from the object language to generate an infinite collection of specific axioms. This approach allows for the concise definition of theories that require infinitely many axioms, avoiding the impracticality of listing them individually. Axiom schemata play a foundational role in formal systems such as , , and various mathematical theories, where they serve to axiomatize principles that apply universally across instances. For instance, in Peano arithmetic, the axiom schema of states that for any \phi(x), if \phi(0) holds and \phi(n) implies \phi(n+1) for all natural numbers n, then \phi(k) holds for all natural numbers k; this schema yields one axiom per possible \phi, ensuring the completeness of the natural numbers under recursive definitions. In , particularly Zermelo-Fraenkel (ZF), the axiom schema of replacement asserts that for any set A and any functional \phi(x, y), the image of A under \phi forms a set, enabling the construction of sets via transfinite and supporting the theory's expressive power for ordinals and cardinals. Similarly, the axiom schema of specification (or separation) in ZF allows the formation of subsets defined by any property within an existing set, preventing paradoxes while facilitating set comprehension. These schemata differ from finite axioms or second-order quantifiers by operating syntactically at the metalevel, with substitution rules ensuring that only valid instances are produced, often integrated with inference rules like uniform substitution to maintain deductive soundness. Their use underscores a key distinction in : axiom schemata provide a approximation to stronger infinitary principles, balancing expressiveness with finitary proof systems.

Definition and Purpose

Formal Definition

In , an is defined as a finite syntactic or that generates an infinite collection of instances through the substitution of metavariables with appropriate well-formed formulas (wffs) or terms in the object language of a . This approach allows for the compact specification of sets that would otherwise require an infinite explicit listing, with each generated instance serving as a valid logical within the . The syntactic structure of an axiom schema consists of a schema formula expressed in the metalanguage, incorporating metavariables as placeholders for elements of the object language. Metavariables typically include symbols such as \phi, \psi, \chi for arbitrary wffs, x, y for individual variables, and t for terms, with restrictions to ensure syntactic well-formedness (e.g., t must be free for substitution in place of x). Substitution rules mandate uniform replacement of these metavariables across the schema, avoiding variable capture where a substituted term's free variables become bound by quantifiers in the context. For instance, the general form of a schema can be denoted as \phi(\alpha_1, \dots, \alpha_n), where \phi is the template formula and the \alpha_i are metavariables; an instance is obtained by substituting specific wffs or terms for each \alpha_i simultaneously, yielding a concrete axiom like \forall x \, \phi(x) \to \phi(t) when \phi involves a unary metavariable. Axiom schemata differ from axiom schemes in that schemata emphasize the rule-based template itself, while schemes may refer to the resulting of instances; however, the terms are often used interchangeably in the to describe such generative mechanisms. Key properties include the fact that the is not itself a or in the object but a meta-rule enabling recursive or iterative generation of axioms, ensuring each instance upholds logical validity without redundancy. This generative process supports the deductive of systems like propositional and calculi by producing all necessary tautologies or valid sentences as axioms or derivable theorems.

Motivation and Advantages

Axiom schemata are employed in formal systems to provide a finite means of expressing infinitely many axioms that capture general principles applicable across unbounded domains, such as the inductive properties of natural numbers or the comprehension of definable subsets in . This approach addresses the impracticality of enumerating all instances explicitly, allowing logicians to formalize uniform rules that hold for arbitrary formulas without resorting to higher-order quantification, which would otherwise inflate the ontological commitments of the theory. Historically, the adoption of axiom schemata arose in the early amid efforts to rigorize mathematical foundations and resolve paradoxes in and arithmetic. In 1908, introduced the axiom schema of separation in his axiomatization of to restrict unrestricted comprehension, which had led to contradictions like , by permitting the formation of subsets defined by any "definite" property within an existing set. Similarly, Giuseppe Peano's 1889 formulation of arithmetic evolved into first-order versions using an induction schema to encapsulate the principle of for all properties, avoiding the second-order quantification of the original while preserving expressive power. John von Neumann's 1927 axiomatization of further popularized schemata by replacing cumbersome finite axiom sets combined with substitution rules—prone to errors and complexity—with schema-based presentations that streamlined logical derivations. The primary advantages of axiom schemata include their compactness, enabling a finite description of theories with potentially infinite axiom sets, which supports recursive enumerability in standard systems and facilitates automated proof search and meta-theoretic investigations like and proofs. This structure enhances the practicality of formal systems for and applications, such as provers, by reducing the descriptive overhead while maintaining full generality. Although schemata can, in non-standard or higher-order contexts, generate non-recursively enumerable axiom sets that complicate decidability, their benefits in expressive power and foundational clarity generally outweigh these challenges in most axiomatic frameworks.

Examples in Logical Systems

Propositional and First-Order Logic

In propositional logic, axiom schemata provide an infinite set of axioms by allowing uniform substitution of well-formed formulas for metavariables, ensuring that all instances of tautologies can be derived within Hilbert-style proof systems. One common approach is the tautology schema, where every substitution instance of a propositional tautology serves as an axiom; however, more economical formulations use a finite set of schemata that generate all tautologies via modus ponens. A foundational example is the implication schema: \phi \to (\psi \to \phi) where \phi and \psi are metavariables replaced by any propositional formulas, such as p \to (q \to p). Substitution here requires consistent replacement across all occurrences of a metavariable to preserve well-formedness, avoiding issues like mismatched connectives. Additional schemata, such as the distribution schema (\phi \to (\psi \to \chi)) \to ((\phi \to \psi) \to (\phi \to \chi)) and the contraposition schema (\neg \psi \to \neg \phi) \to (\phi \to \psi), complete a minimal set for classical propositional logic, enabling derivations of all valid implications and negations. For instance, to derive the \phi \to \phi using these schemata and (from \alpha and \alpha \to \beta, infer \beta), start with the instance (\phi \to ((\phi \to \phi) \to \phi)) \to ((\phi \to (\phi \to \phi)) \to (\phi \to \phi)) from the distribution schema, combined with \phi \to ((\phi \to \phi) \to \phi) from the implication schema and \phi \to (\phi \to \phi) (another implication instance), yielding the desired result after applications of . These schemata form the propositional core of Hilbert systems, allowing compact axiomatization while covering infinitely many cases through substitution. In , axiom schemata extend propositional ones by incorporating quantifiers and , with adapted to handle free variables and avoid capture under binders. The generalization axiom schema, also known as , states: \forall x \, \phi(x) \to \phi(t) where t is a substitutable for x in \phi, meaning x does not become bound in \phi(t) after replacement (e.g., no variable in t is captured by a quantifier in \phi). \phi[x/t] replaces free occurrences of x with t; for quantified formulas, if the quantifier binds x, it remains unchanged (e.g., (\forall x \, P(x))[y/c] = \forall x \, P(x) if y \neq x), but for unbound x, it applies recursively (e.g., (\forall y \, P(x))[x/c] = \forall y \, P(c)). Equality in first-order logic is axiomatized via schemata treating = as a binary . The reflexivity schema is: \forall x \, (x = x), ensuring every equals itself. Substitutivity schemata allow replacement of equals: for functions, (x = y) \to (f(\dots, x, \dots) = f(\dots, y, \dots)), and for formulas, (x = y) \to (\phi(x) \to \phi(y)), where \phi(y) results from replacing some free x with y, preserving freeness. These extend to relations and ensure . A simple derivation using the generalization schema: from \forall x \, (P(x) \to P(x)) (a propositional tautology generalized), instantiate with term t to get P(t) \to P(t), illustrating how schemata bridge propositional and predicate levels in Hilbert systems. Together, these schemata provide the foundational axioms for sound and complete proof systems in classical .

Arithmetic and Set Theory

In Peano arithmetic, a first-order theory formalizing the natural numbers, the axiom schema of induction serves as the primary mechanism for capturing mathematical induction over arbitrary definable properties of numbers. The schema posits that for every formula \phi(n) in the language of arithmetic (which includes symbols for zero, successor, addition, and multiplication), the following holds: \phi(0) \land \forall n \, (\phi(n) \to \phi(n+1)) \to \forall n \, \phi(n). This generates an infinite family of axioms, one for each possible \phi, ensuring that any property provably holding for 0 and preserved under the successor operation extends to all natural numbers. The schema is essential because the language admits infinitely many formulas, allowing the theory to axiomatize without second-order quantification, as in Peano's original second-order formulation. By parameterizing over all definable \phi, it enables the derivation of theorems about the entire infinite domain of natural numbers from a finite axiomatic base. In Zermelo-Fraenkel (ZF), the axiom schema of separation (also called restricted ) facilitates the construction of subsets defined by arbitrary properties within existing sets, avoiding the paradoxes of unrestricted . For any existing set z and any formula \phi(x) in the language of set theory (with no free occurrences of y), the schema asserts the existence of a set y such that \forall x \, (x \in y \leftrightarrow x \in z \land \phi(x)). Introduced by in his 1908 axiomatization, this produces infinitely many axioms, one per formula \phi, by restricting new sets to subsets of given ones, thus ensuring while permitting sets via any definable relative to a prior set. A related , , extends ZF's expressive power: for any set a and formula \phi(x, y) expressing a functional (i.e., \forall x \exists ! y \, \phi(x, y)), there exists a set b containing the images \{ y \mid \exists x \in a \, \phi(x, y) \}. Proposed by Abraham Fraenkel in 1922 to address limitations in constructing infinite sequences and ordinals, generates axioms for each such functional \phi, allowing the theory to build complex hierarchical structures like the von Neumann hierarchy from definable operations on existing sets. These schemata in and exemplify the utility of in mathematical foundations, as they instantiate infinitely many specific from a finite , thereby supporting proofs of boundless theorems—such as the infinitude of primes in Peano arithmetic or the of uncountable sets in ZF—while maintaining a compact axiomatic .

Finite Axiomatization

Infinite Sets of Axioms

Axiom schemata generate denumerably infinite sets of axioms, with one axiom produced for each instance allowable in the theory's , due to the countably infinite number of well-formed formulas in standard formal . This infinity arises because schemata serve as templates that instantiate axioms systematically across all relevant , ensuring the theory captures general principles without enumerating them finitely. In , the quantifier axiom schemata exemplify this, yielding infinitely many axioms by substituting arbitrary formulas for schematic variables in axioms governing universal and existential quantification. Similarly, in Peano arithmetic, the induction schema produces one axiom for each formula, formalizing the principle of across all definable properties of natural numbers. These infinite axiom sets introduce significant theoretical challenges concerning decidability, , and theorem enumerability. Decidability is typically lost in expressive theories incorporating such schemata, as the infinite axioms enable encoding of computations that outstrip effective decision procedures. Regarding , Gödel's first incompleteness theorem demonstrates that recursively axiomatizable theories strong enough to interpret arithmetic—often relying on schemata like —are incomplete, containing true but unprovable statements within their own language. Theorem enumerability, however, remains feasible if the schema is recursive, allowing the axioms to be listed algorithmically. Theories employing recursive axiom schemata are recursively axiomatizable, meaning their axiom sets are recursively enumerable, which facilitates the semi-decidable generation of all provable theorems via standard proof systems. This property underpins the applicability of meta-logical results like Gödel's theorems to such systems, as the recursive nature ensures the theory's consistency and strength can be analyzed computably up to the limits of incompleteness.

Strategies for Finite Presentation

Strategies for finite presentation of theories relying on axiom schemata involve replacing the infinite collection of instances with a finite set of meta-axioms or by modifying the inference rules to capture the schema's effect without generating infinitely many axioms. One approach treats metavariables in the schema as primitive variables within an extended language, allowing a of axioms and rules to derive all instances of the original . For instance, in formalizing predicate calculus, generalization rules—extending to —enable a finite axiomatization that avoids explicit schemata. In arithmetic, , denoted , exemplifies a finite axiomatization by omitting the full and using a weakened set of seven axioms for successor, , and , sufficient to represent computable functions yet avoiding the infinity of Peano arithmetic's instances. , the theory of natural numbers with but without , employs finite basic axioms alongside an restricted to addition-definable formulas, weakening the full while maintaining decidability, though the schema remains infinite. These examples illustrate how truncating or limiting schemata can lead to finite or more manageable presentations, as explored in early undecidability studies. The compactness theorem underpins key results in this area, stating that a theory has a model if and only if every finite subset does, which facilitates proofs of non-finite axiomatizability by constructing models satisfying finite axiom subsets but falsifying the full schema. This theorem highlights how infinite schemata ensure completeness for infinite domains, as finite approximations cannot capture all instances without gaps. Hilbert's program, aiming for a finitistic consistency proof of mathematics via a complete axiomatic basis, further influenced efforts to seek finite replacements for schemata, emphasizing contentual methods to justify infinite derivations from finite means. Despite these strategies, limitations persist: not all schema-based theories admit finite axiomatizations. Full Peano arithmetic, for example, requires the infinite induction schema and cannot be equivalently captured by any of first-order axioms, as proven using nonstandard models that satisfy finite subsets but violate the full theory. Such results underscore that while weakened schemata enable finite presentations in restricted theories like , stronger systems demand infinitary elements to fully axiomatize their intended models.

Extensions to Advanced Logics

Higher-Order Logic

In , axiom schemata are adapted to accommodate quantification over predicates, functions, and higher-type entities, extending beyond the individual variables of . A key adaptation is the higher-order rule, which allows inference from a \phi(\mathbf{x}_\alpha) (with \mathbf{x}_\alpha not free) to \forall X_{\alpha \to o} \phi(X_{\alpha \to o}), where X_{\alpha \to o} is a variable of type from \alpha to propositions; this contrasts with by applying to predicate variables, generating more complex instances that capture relational properties. Another fundamental schema is the comprehension , which posits the existence of relations or functions defined by arbitrary formulas: \exists R_{\alpha_1 \dots \alpha_n \to o} \forall x_1^{\alpha_1} \dots x_n^{\alpha_n} (R(x_1, \dots, x_n) \leftrightarrow \phi(x_1, \dots, x_n)), where \phi may include bound occurrences of R, rendering it impredicative and enabling self-referential definitions essential for expressive power. Specific examples appear in simple type theory, such as Church's formulation, where schemata include extensionality axioms stating that entities of the same type are identical if they agree on all arguments—for propositional types, (X \equiv Y) \supset (X = Y), and for functional types, \forall x_\beta (f x_\beta = g x_\beta) \supset (f = g)—ensuring that functions and predicates are identified by their extensions. Lambda abstraction schemata further support comprehension by allowing terms like \lambda x_\alpha . \phi(x_\alpha) to denote functions, which, when combined with the abstraction rule, generate axioms for higher-order operations without explicit set formation. These schemata handle predicate variables directly, differing from first-order logic by permitting quantification over the full hierarchy of types, which introduces impredicativity issues like potential circularity in definitions but enhances the ability to formalize mathematical concepts such as the continuum hypothesis. In applications, such as Church's simple theory of types, these schemata underpin the system's : the axioms and rules, including and , yield a deductively system relative to general (Henkin) models, where is satisfied non-standardly to avoid incompleteness in full semantics. This framework formalizes classical while providing a typed foundation for , distinguishing it from untyped by preventing paradoxes through type restrictions.

Non-Classical and Alternative Systems

In , axiom schemata are formulated to exclude principles like the (A \vee \neg A) and elimination (\neg \neg A \to A), ensuring that proofs constructively establish truth rather than assuming it classically. The propositional fragment (Heyting's intuitionistic propositional calculus, H–IPC) employs schemata such as A \to (B \to A), (A \to B) \to ((A \to (B \to C)) \to (A \to C)), and A \to (A \vee B), alongside modus ponens, which mirror classical implicational and disjunctive axioms but reject ex falso quodlibet in its full classical strength without additional constraints. In first-order (H–IQC), quantifier schemata include \forall x A(x) \to A(t) and A(t) \to \exists x A(x), with rules for universal introduction and existential elimination, but limited induction in systems like Heyting arithmetic takes the form (A(0) \land \forall x (A(x) \to A(S(x)))) \to \forall x A(x), avoiding non-constructive instances that rely on excluded middle. Kripke semantics, using partially ordered frames with monotonically increasing domains, validates these schemata by requiring formulas to hold in all future worlds once true, implying that intuitionistic schemata capture persistent, constructive validity without classical bivalence. Modal logics extend axiom schemata to incorporate (\Box) and possibility (\Diamond), where basic systems like K use propositional schemata such as \Box(A \to B) \to (\Box A \to \Box B), but quantified variants add schemata like \Box A \to A (reflexivity axiom M or T) to ensure necessary truths are actual. The Barcan formula schema, \forall x \Box A(x) \to \Box \forall x A(x), introduced by Ruth Barcan Marcus, holds in fixed-domain semantics where the domain of possible objects is constant across worlds, preventing the introduction of new existential commitments under . Its converse, \Box \forall x A(x) \to \forall x \Box A(x), applies in varying-domain models with nested domains (smaller in accessible worlds), requiring schemata to respect domain inclusions for non-classical validity in epistemic or metaphysical modalities. These schemata impose constraints on substitution, ensuring modal operators interact coherently with quantifiers without assuming classical existential generalization. In alternative systems like Martin-Löf dependent type theory, axiom schemata manifest as inference rules for dependent types, such as Pi-types (\prod_{x:A} B(x)), which encode universal quantification intuitionistically via the propositions-as-types correspondence. The formation rule \frac{\Gamma \vdash A \; \mathrm{type} \quad \Gamma, x:A \vdash B(x) \; \mathrm{type}}{\Gamma \vdash \prod_{x:A} B(x) \; \mathrm{type}} allows types to depend on prior terms, with introduction via lambda abstraction and elimination by application, respecting non-classical validity through normalization and canonicity rather than classical deduction theorems. Fuzzy logics, such as basic logic (BL) by Petr Hájek, adjust schemata for truth degrees in [0,1], including (\phi \to \psi) \to ((\psi \to \chi) \to (\phi \to \chi)) and \phi \& (\phi \to \psi) \to \psi \& (\psi \to \phi), but weaken classical tautologies like contraction to accommodate t-norm semantics, requiring instances to preserve residuated implications without bivalent sharpness. In relevance logics like R, schemata enforce variable-sharing, such as A \to A (reflexivity) and distribution A \to (B \to (A \land B)), with adjusted substitution rules that block irrelevant implications (e.g., no proof of (p \land \neg p) \to q without shared variables), validated by Routley-Meyer ternary relations to ensure premises contribute to conclusions. Across these systems, schemata incorporate additional constraints, like monotonicity in Kripke frames or domain stability in modals, to align with non-classical notions of validity such as constructivity or graded truth.

References

  1. [1]
    Schema (Stanford Encyclopedia of Philosophy)
    ### Summary of Axiom Schema from https://plato.stanford.edu/entries/schema/
  2. [2]
    Axiom Schema -- from Wolfram MathWorld
    Propositional calculus, first-order logic, and other theories in mathematical logic are defined by their axioms (or axiom schemata, plural: axiom schemata) and
  3. [3]
    Zermelo-Fraenkel Set Theory (ZF)
    Next is the Replacement Schema, which is also a formula-pattern that uses a metavariable (in this case \(\phi\)) to describe an infinite list of axioms ...
  4. [4]
    [PDF] Mathematical Logic
    ... axiom system for the propositional calculus. 33. 1.5 Independence. Many-valued ... definition, A is a member of A if and only if A is not a member of A ...
  5. [5]
    [PDF] Mathematical Logic II - Lecture Notes
    Definition: Any instance of the following schemata is a logical axiom, where A , B, C are any wffs, x any variable, and t any term with the specified ...
  6. [6]
    logical axiom - PlanetMath
    22 mar 2013 · Any such a set of axioms is called an axiom scheme, or axiom schema, and a collection of axiom schemas is called the axiom schemata.<|control11|><|separator|>
  7. [7]
    Zermelo's axiomatization of set theory
    Jul 2, 2013 · The four central axioms of Zermelo's system are the Axioms of Infinity and Power Set, which together show the existence of uncountable sets, the ...Missing: schema motivation
  8. [8]
    Schemata: The Concept of Schema in the History of Logic
    Jan 15, 2014 · Sentence schemata have been used in axiomatizations of logic only since the landmark 1927 von Neumann paper [31]. Modern philosophers know the ...Missing: motivation | Show results with:motivation
  9. [9]
    Chapter 4 - Stanford Introduction to Logic
    In addition, the Hilbert systems has three axiom schemas. See below. These are the axiomatic versions of rules of inference we saw earlier. In the Hilbert ...
  10. [10]
    [PDF] First-Order Logic in a Nutshell
    The following list of axiom schemata is a system of logical axioms. Let ϕ, ϕ1, ϕ2, and ψ be arbitrary first-order formulae: L0: ϕ ∨ ¬ϕ.
  11. [11]
    [PDF] Notes on First Order Logic - Stanford AI Lab
    Nov 30, 2012 · The axiom system for first-order logic consists of the following four axioms: ... Base Case ϕ is a generalization of an axiom. Then, (∀x)ϕ is also ...Missing: schema | Show results with:schema
  12. [12]
    [PDF] Axioms and inference rules in the first-order logic - UZH
    There are three types of axiom schemas for the first-order logic. • First ... • Third, there are the equality axioms: E1: x = x. E2: (x = y) → (f(...,x ...Missing: schemata | Show results with:schemata
  13. [13]
    Introduction to Logic - Equality - Stanford Logic
    We start this chapter by axiomatizing the equality relation as an ordinary binary relation. We then discuss the substitution of equals for equals in other ...
  14. [14]
    Set Theory - Stanford Encyclopedia of Philosophy
    Oct 8, 2014 · The axiom of Replacement is needed for a proper development of the theory of transfinite ordinals and cardinals, using transfinite recursion ( ...
  15. [15]
    Gödel's Incompleteness Theorems
    Nov 11, 2013 · Gödel's two incompleteness theorems are among the most important results in modern logic, and have deep implications for various issues.
  16. [16]
    recursively axiomatizable theory - PlanetMath
    Mar 22, 2013 · It is said to be recursively axiomatizable if and only if it has a recursive set Mathworld Planetmath of axioms.
  17. [17]
    [PDF] A Finitely Axiomatized Formalization of Predicate Calculus with ...
    Jul 7, 1995 · This definition implies that the underlying logic is finitely axiomatized; it is stricter than the usual definition which requires only that the ...<|control11|><|separator|>
  18. [18]
    [PDF] 20.1 A finite axiomatization of simple arithmetic.
    Nov 6, 2012 · Their very simple theory, called Q, was featured in that book along with results of Julia Robinson showing that Q is undecidable. ... Axioms of Q ...
  19. [19]
    Compactness Theorem - Internet Encyclopedia of Philosophy
    We may then use the compactness theorem to prove that every partial order can be extended to a linear order, whatever the size of the domain, be it finite or ...
  20. [20]
    Hilbert's Program - Stanford Encyclopedia of Philosophy
    Jul 31, 2003 · It calls for a formalization of all of mathematics in axiomatic form, together with a proof that this axiomatization of mathematics is consistent.Historical development of... · Hilbert's Program and Gödel's...
  21. [21]
    [PDF] Non-finite axiomatizability of first-order Peano Arithmetic
    The aim of this work will be showing that there is no equivalent finitely axiomatizable system. ... theorem and coming to the conclusion of Peano Arithmetic not ...
  22. [22]
    Church's type theory - Stanford Encyclopedia of Philosophy
    Aug 25, 2006 · Church's type theory, aka simple type theory, is a formal logical language which includes classical first-order and propositional logic, but is more expressive ...Syntax · Semantics · Metatheory · Automation
  23. [23]
    Second-order and Higher-order Logic
    Aug 1, 2019 · Our Comprehension Axiom Schema is impredicative in the sense that the bound n-ary relation variables which may potentially occur in the formula ...
  24. [24]
    Completeness in the Theory of Types - jstor
    Volume 15, Number 2, June 1950. COMPLETENESS IN THE THEORY OF TYPES'. LEON HENKIN 2. The first order functional calculus was proved complete by Godel3 in 1930 ...
  25. [25]
    A Formulation of the Simple Theory of Types - jstor
    A proof of a theorem of the system is a finite sequence of formulas, the last of which is the theorem, and each of which is either a formal axiom or obtainable ...Missing: schemata | Show results with:schemata
  26. [26]
    Intuitionistic Logic - Stanford Encyclopedia of Philosophy
    Sep 1, 1999 · There are infinitely many distinct axiomatic systems between intuitionistic and classical logic. Not every propositional formula has an ...Intuitionistic First-Order... · Intuitionistic Number Theory... · Basic Semantics
  27. [27]
    Modal Logic - Stanford Encyclopedia of Philosophy
    Feb 29, 2000 · Modal logic is, strictly speaking, the study of the deductive behavior of the expressions 'it is necessary that' and 'it is possible that'.<|control11|><|separator|>
  28. [28]
    Martin-Löf dependent type theory in nLab
    ### Summary of Axiom Schemata and Rules in Martin-Löf Dependent Type Theory for Dependent Types (e.g., Pi-types)
  29. [29]
    [PDF] The quest for the basic fuzzy logic - IIIA-CSIC
    Table 1: Some usual axiom schemata in fuzzy logics. Therefore, core fuzzy logics are essentially well-behaved axiomatic expansions of MTL. Ob- serve, that ...
  30. [30]
    Relevance Logic - Stanford Encyclopedia of Philosophy
    Jun 17, 1998 · Relevance logics are non-classical logics. Called 'relevant logics' in Britain and Australasia, these systems developed as attempts to avoid the paradoxes of ...Some Systems of Relevance... · Applications and Extensions of... · Bibliography