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)
200def fromInt : Int → LogicInt
201 | Int.ofNat n => mk (LogicNat.fromNat n) LogicNat.zero
202 | Int.negSucc n => mk LogicNat.zero (LogicNat.fromNat (Nat.succ n))
203
used by (7)
From the project-wide theorem graph. These declarations reference this one in their body.
-
eq_iff_toInt_eq
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
equivInt
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
fromInt_toInt
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
toInt_fromInt
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
fromRat
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
-
fromRat_toRat
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
-
toRat_fromRat
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
depends on (9)
Lean names referenced from this declaration's body.
-
fromNat
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
LogicNat
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
succ
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
LogicInt
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
mk
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
mk
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
-
fromNat
in IndisputableMonolith.LedgerUnits
decl_use
-
LogicInt
in IndisputableMonolith.NumberTheory.LogicLedgerInterop
decl_use
-
succ
in IndisputableMonolith.RRF.Core.Vantage
decl_use