External Summary Links

 External Summary Links🔗

Definition1
uses 0used by 0L∃∀N

External declaration wiring test.

Lean code for Definition11 definition
  • defdefined in Init/Prelude.lean
    complete
    def Nat.add : Nat  Nat  Nat
    def Nat.add : Nat  Nat  Nat
    Addition of natural numbers, typically used via the `+` operator.
    
    This function is overridden in both the kernel and the compiler to efficiently evaluate using the
    arbitrary-precision arithmetic library. The definition provided here is the logical model.
    

Contents

  1. Blueprint Summary