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)
14def natCost (m n : Nat) : Nat :=
proof body
Definition body.
15 if m = n then 0 else 1
16
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
-
natCost_self
in IndisputableMonolith.Foundation.OrderedLogicRealization
decl_use
-
natCost_symm
in IndisputableMonolith.Foundation.OrderedLogicRealization
decl_use
-
natOrderedRealization
in IndisputableMonolith.Foundation.OrderedLogicRealization
decl_use