We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328f988 commit d04a6e2Copy full SHA for d04a6e2
readme.md
@@ -75,6 +75,7 @@ var i₁ ≅ᵈ var i₂ = i₁ ≅ i₂
75
π A₁ D₁ ≅ᵈ π A₂ D₂ = A₁ ≈ A₂ & π A₁ λ x₁ -> π A₂ λ x₂ -> x₁ ≅ x₂ ⇒ D₁ x₁ ≅ᵈ D₂ x₂
76
(D₁ ⊛ E₁) ≅ᵈ (D₂ ⊛ E₂) = D₁ ≅ᵈ D₂ & E₁ ≅ᵈ E₂
77
_ ≅ᵈ _ = bot
78
+```
79
80
Described propositions are equal if their fixed points (propositions themselves) are isomorphic:
81
0 commit comments