mathlib documentation

lean_problem_sheets / 2020.peano.peano_practice_questions

theorem exists_succ_true  :
∃ (ν : ), ν = nat.succ

Note: this declaration is incomplete and uses sorry.

theorem exists_succ_false  :
¬∃ (ν : ), ν = nat.succ

Note: this declaration is incomplete and uses sorry.

Note: this declaration is incomplete and uses sorry.

Note: this declaration is incomplete and uses sorry.

Note: this declaration is incomplete and uses sorry.

Note: this declaration is incomplete and uses sorry.

theorem all_functions_are_succ_true (ν : ) :

Note: this declaration is incomplete and uses sorry.

theorem all_functions_are_succ_false  :
¬∀ (ν : ), ν = nat.succ

Note: this declaration is incomplete and uses sorry.

theorem exists_unique_zero_true  :
∃! (n : ), n = 0

Note: this declaration is incomplete and uses sorry.

theorem exists_unique_zero_false  :
¬∃! (n : ), n = 0

Note: this declaration is incomplete and uses sorry.

def N  :
Equations
def Peano_Axiom_1  :
Prop
Equations
def Peano_Axiom_2  :
Prop
Equations

Note: this declaration is incomplete and uses sorry.

def Peano_Axiom_3  :
Prop
Equations

Note: this declaration is incomplete and uses sorry.

def Peano_Axiom_4  :
Prop
Equations

Note: this declaration is incomplete and uses sorry.

def Peano_Axiom_5  :
Prop
Equations

Note: this declaration is incomplete and uses sorry.