Skip to content

Commit 022581b

Browse files
committed
docs(FeatureAlgebra): minor fixes and improvements
1 parent 4434a4b commit 022581b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Vatras/Framework/Composition/FeatureAlgebra.lagda.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ record FeatureAlgebra {c} (I : Set c) (sum : Op₂ I) (𝟘 : I) : Set (suc c) w
180180
~-trans : Transitive _~_
181181
~-trans (i≤j , j≤i) (j≤k , k≤j) = ≤-trans i≤j j≤k , ≤-trans k≤j j≤i
182182
183-
-- From the above we can conclude that introduction equivalence is an equivalence relation (not mentioned in the paper).
183+
-- From the above we can conclude that introduction equivalence is an equivalence relation (not explicitly mentioned in the paper).
184184
~-IsEquivalence : IsEquivalence _~_
185185
~-IsEquivalence = record
186186
{ refl = ~-refl
@@ -207,10 +207,10 @@ record FeatureAlgebra {c} (I : Set c) (sum : Op₂ I) (𝟘 : I) : Set (suc c) w
207207
208208
{-
209209
Lemma 8:
210-
Introduction sum is commutative with respec to introduction equivalence.
210+
Introduction sum is commutative with respect to introduction equivalence.
211211
This means that on both sides, we have introductions that both "contain" the same introduction
212212
but maybe in a different order (so the results are not propositionally equal).
213-
Note that in general, introduction sum is not commutative with respect to proposition equality
213+
Note that in general, introduction sum is not commutative with respect to propositional equality
214214
(i.e., the syntax of the actual introduction type).
215215
-}
216216
quasi-commutativity : ∀ i₂ i₁ → i₂ ⊕ i₁ ~ i₁ ⊕ i₂

0 commit comments

Comments
 (0)