Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasHu committed Feb 15, 2024
1 parent fb89c7c commit 0d8b458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cubical/Algebra/CommRing/Localisation/Limit.agda
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module _ (R' : CommRing ℓ) {n : ℕ} (f : FinVec (fst R') n) where
(f i ^ l) x)) ⟩
∑ (λ i α i · (f i ^ l · x)) ≡⟨ ∑Ext (λ i cong (α i ·_) (fˡx≡0 i)) ⟩
∑ (λ i α i · 0r) ≡⟨ ∑Ext (λ i 0RightAnnihilates (α i)) ⟩
∑ (replicateFinVec n 0r) ≡⟨ ∑0r n ⟩
∑ (replicateFinVec n 0r) ≡⟨ ∑0r n ⟩
0r ∎


Expand Down

0 comments on commit 0d8b458

Please sign in to comment.