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)
27inductive Vantage : Type where
28 | inside : Vantage
29 | act : Vantage
30 | outside : Vantage
31 deriving DecidableEq, Repr, Inhabited
32
33namespace Vantage
34
35/-- Vantage is finite with exactly 3 elements. -/
36instance : Fintype Vantage where
37 elems := ⟨[inside, act, outside], by decide⟩
proof body
Definition body.
38 complete := fun v => by cases v <;> decide
39
40/-- The number of vantages. -/
used by (13)
From the project-wide theorem graph. These declarations reference this one in their body.
-
V
in IndisputableMonolith.RRF.Core.Glossary
decl_use
-
card_vantage
in IndisputableMonolith.RRF.Core.Vantage
decl_use
-
complements
in IndisputableMonolith.RRF.Core.Vantage
decl_use
-
get
in IndisputableMonolith.RRF.Core.Vantage
decl_use
-
pred
in IndisputableMonolith.RRF.Core.Vantage
decl_use
-
pred_succ_id
in IndisputableMonolith.RRF.Core.Vantage
decl_use
-
succ
in IndisputableMonolith.RRF.Core.Vantage
decl_use
-
succ_pred_id
in IndisputableMonolith.RRF.Core.Vantage
decl_use
-
succ_succ_succ
in IndisputableMonolith.RRF.Core.Vantage
decl_use
-
hasEquilibrium
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use
-
identity
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use
-
insideVantage
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use
-
trivialModel_consistent
in IndisputableMonolith.RRF.Models.Trivial
decl_use
depends on (10)
Lean names referenced from this declaration's body.
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
complete
in IndisputableMonolith.Complexity.SAT.Backprop
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use