It's been previously asked for references for the semantics of minimal logic. The answers mention different kinds of semantics, but I'm wondering if there are also semantics using lattices or order theory.
2026-04-13 00:49:10.1776041350
Lattice-like semantics for the propositional fragment of Minimal Logic
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LOGIC
- Theorems in MK would imply theorems in ZFC
- What is (mathematically) minimal computer architecture to run any software
- What formula proved in MK or Godel Incompleteness theorem
- Determine the truth value and validity of the propositions given
- Is this a commonly known paradox?
- Help with Propositional Logic Proof
- Symbol for assignment of a truth-value?
- Find the truth value of... empty set?
- Do I need the axiom of choice to prove this statement?
- Prove that any truth function $f$ can be represented by a formula $φ$ in cnf by negating a formula in dnf
Related Questions in REFERENCE-REQUEST
- Best book to study Lie group theory
- Alternative definition for characteristic foliation of a surface
- Transition from theory of PDEs to applied analysis and industrial problems and models with PDEs
- Random variables in integrals, how to analyze?
- Abstract Algebra Preparation
- Definition of matrix valued smooth function
- CLT for Martingales
- Almost locality of cubic spline interpolation
- Identify sequences from OEIS or the literature, or find examples of odd integers $n\geq 1$ satisfying these equations related to odd perfect numbers
- property of Lebesgue measure involving small intervals
Related Questions in PROPOSITIONAL-CALCULUS
- Help with Propositional Logic Proof
- Can we use the principle of Explosion to justify the definition of implication being True when the antecedent is False?
- Simplify $(P \wedge Q \wedge R)\vee(\neg P\wedge Q\wedge\neg R)\vee(\neg P\wedge\neg Q\wedge R)\vee(\neg P \wedge\neg Q\wedge\neg R)$
- Alternative theories regarding the differences between the material conditional and the indicative conditionals used in natural language?
- Translations into logical notation
- Is the negation of $(a\wedge\neg b) \to c = a \wedge\neg b \wedge\neg c$?
- I am kind of lost in what do I do from here in Propositional Logic Identities. Please help
- Boolean Functional completeness of 5 operator set in propositional logic
- Variables, Quantifiers, and Logic
- Comparison Propositional Logic
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The semantics presented in the linked question should apply verbatim to the propositional fragment, but since you asked for a lattice-like semantics specifically, I'll show you how to derive one here. I'll also prove that a complete lattice-style semantics cannot be finite-valued.
The right notion of semantics is immediate from the description you linked:
This means that you can start with any complete semantics for intuitionistic logic, forget that $\bot$ was supposed to have a special interpretation, interpret it like you would interpret any other propositional variable, and thus immediately obtain a complete semantics for minimal logic.
Take a Heyting algebra $(H,\cap,\cup,\Rightarrow,0,1)$. Recall that a valuation $v$ assigns elements of some $H$ to formulae of intuitionistic propositional logic so that $v(\top)=1, v(\bot)=0, v(x \wedge y) = v(x) \cap v(y), v(x \vee y) = v(x) \cup v(y), v(x \rightarrow y) = v(x) \Rightarrow v(y)$ hold for all formulae $x,y$. The soundness/completeness of the semantics states a formula $x$ is a tautology of intuitionistic propositional logic precisely if $v(x)=1$ holds for any valuation $v$ in any Heyting algebra.
So, one obtains a sound and complete semantics for minimal logic by removing the requirement $v(\bot)=0$ in the definition above, getting the notion of a "minimal valuation": a formula $x$ is a tautology of propositional minimal logic precisely if $v(x)=1$ under any minimal valuation $v$.
The proof of soundness/completeness is immediate from the proof-theoretic translation from minimal logic to intuitionistic logic which replaces $\bot$ with a fresh propositional variable that does not otherwise occur in the formula $x$.
Note that there is no way to have a single fixed finite $n$-valued semantics (like the $0/1$-valued Boolean semantics of classical logic) for minimal logic, for essentially the same reason you cannot have one for intuitionistic logic. The disjunction property holds for minimal logic just as well as it holds for intuitionistic logic. An $n$-valued semantics always assigns $1$ to some finite disjunction of atomic biimplications $(P_1 \leftrightarrow Q_1) \vee \dots \vee (P_m \leftrightarrow Q_m)$: if this was a tautology, then it follows from the disjunction property that minimal logic would have to prove one of the individual disjuncts $P_i \leftrightarrow Q_i$ where $P_i$ and $Q_i$ are two different propositional letters. This is impossible.