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

Commit 93fb168

Browse files
author
Scott Morrison
committed
fixes
1 parent e4bddfd commit 93fb168

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/linear_algebra/basis.lean

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ begin
513513
rw hv at hf_inj,
514514
haveI : inhabited β := ⟨0⟩,
515515
rw [linear_independent, finsupp.total_comp],
516-
rw [@finsupp.lmap_domain_total _ _ α _ _ _ _ _ _ _ _ _ _ _ _ _ f, ker_comp, eq_bot_iff],
516+
rw [@finsupp.lmap_domain_total _ _ α _ _ _ _ _ _ _ _ _ _ f, ker_comp, eq_bot_iff],
517517
apply hf_inj,
518518
exact λ _, rfl,
519519
end
@@ -525,7 +525,8 @@ begin
525525
map_le_iff_le_comap, comap_bot] at hf_inj,
526526
haveI : inhabited β := ⟨0⟩,
527527
rw [linear_independent_subtype_disjoint, disjoint, ← finsupp.lmap_domain_supported _ _ f, map_inf_eq_map_inf_comap,
528-
map_le_iff_le_comap, ← ker_comp, @finsupp.lmap_domain_total _ _ α _ _ _ _ _ _ _ _ _ _ _ _ id id, ker_comp],
528+
map_le_iff_le_comap, ← ker_comp],
529+
rw [@finsupp.lmap_domain_total _ _ α _ _ _, ker_comp],
529530
{ exact le_trans (le_inf inf_le_left hf_inj) (le_trans (linear_independent_subtype_disjoint.1 hs) bot_le) },
530531
{ simp }
531532
end

0 commit comments

Comments
 (0)