Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 10580f2

Browse files
author
Scott Morrison
committed
err
1 parent 93fb168 commit 10580f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/linear_algebra/dimension.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ begin
9696
rw e,
9797
apply cardinal.lift_inj.1,
9898
rw cardinal.mk_range_eq_of_inj (h.injective zero_ne_one),
99-
convert @mk_eq_mk_of_basis _ _ _ _ _ (id _) _ _ _ (id _) _ _ h v'.property
99+
convert @mk_eq_mk_of_basis _ _ _ _ _ (id _) _ _ _ (id _) _ _ h v'.property,
100+
apply_instance,
100101
end
101102

102103
theorem is_basis.mk_eq_dim [decidable_eq β] {v : ι → β} (h : is_basis α v) :

0 commit comments

Comments
 (0)