lean
lean copied to clipboard
bad heuristic in leanchecker
Here is a small test:
class A := (a b : ℕ)
def T : A := {a := 1, b := 10000}
def U : A := {a := 1, b := 100 * 100}
def foo : @A.a T = @A.a U := rfl
lean -E test.txt --only-export=foo test.lean
leanchecker mathlib.txt