pith. machine review for the scientific record. sign in
structure definition def or abbrev

FiniteLogicalComparison

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  25structure FiniteLogicalComparison (C : ComparisonOperator) : Prop where
  26  identity : Identity C
  27  non_contradiction : NonContradiction C
  28  totality : ExcludedMiddle C
  29  scale_invariant : ScaleInvariant C
  30  nontrivial : NonTrivial C
  31  counted_once_algebra : CountedOnceComposition C
  32
  33/-- Finite logical comparison supports truth-evaluable comparison. -/

used by (10)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (11)

Lean names referenced from this declaration's body.