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)
109def zero : LogicRat :=
proof body
Definition body.
110 mk 0 1 (by
111 intro h
112 have : toInt (1 : LogicInt) = toInt (0 : LogicInt) := congrArg toInt h
113 rw [toInt_one, toInt_zero] at this
114 exact one_ne_zero this)
115
116/-- One in `LogicRat`. -/
depends on (8)
Lean names referenced from this declaration's body.
-
LogicInt
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
mk
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
toInt
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
toInt_one
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
toInt_zero
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
LogicRat
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
-
mk
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
-
LogicInt
in IndisputableMonolith.NumberTheory.LogicLedgerInterop
decl_use