chore(tests/lean/hott/inj_tac): fix typo
This commit is contained in:
parent
e8affed020
commit
ea87dd48e3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ end
|
||||||
example (A : Type) (n : nat) (v w : vector A n) (a : A) (b : A) :
|
example (A : Type) (n : nat) (v w : vector A n) (a : A) (b : A) :
|
||||||
a :: v = b :: w → b = a :=
|
a :: v = b :: w → b = a :=
|
||||||
begin
|
begin
|
||||||
intro H, injection H with aeqb beqw,
|
intro H, injection H with aeqb neqn beqw,
|
||||||
rewrite aeqb
|
rewrite aeqb
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue