]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/topology/igft.ma
...
[helm.git] / helm / software / matita / nlibrary / topology / igft.ma
index dcc7e9a81a86a15834228419c50ffdf9bf2b837b..3c0ba7090406c43aef3f0cbd8df79d2143efd902 100644 (file)
@@ -240,7 +240,7 @@ reaching the end of the formalization, but we had to assume the proof
 of the extensionality of the `U_x` construction (while there is no
 need to assume the same property for `F_x`!). 
 
-The current version of the formaliztion uses `Id`. 
+The current version of the formalization uses `Id`. 
 
 The standard library and the `include` command
 ----------------------------------------------
@@ -923,11 +923,11 @@ Thus the statement `Im[d(a,i)] ⊆ V` unfolds to
 
 That, up to rewriting with the equation defining `x`, is what we mean.
 Since we decided to use `Id` the rewriting always work (the elimination
-prnciple for `Id` is Leibnitz's equality, that is quantified over
+principle for `Id` is Leibnitz's equality, that is quantified over
 the context. 
 
 The problem that arises if we decide to make `S` a setoid is that 
-`V` has to be extensional w.r.t. the equality of `S` (i.e. the charactestic
+`V` has to be extensional w.r.t. the equality of `S` (i.e. the characteristic
 functional proposition has to quotient its input with a relation bigger
 than the one of `S`.
 
@@ -1013,7 +1013,7 @@ there is still some work to do.
 D[retr-3]
 To use the equation defining `b` we have to eliminate `H`. Unfolding
 definitions in `x` tell us there is still something to do. The `nrewrite`
-tactic is a shorcut for the elimination principle of the equlity.
+tactic is a shortcut for the elimination principle of the equality.
 It accepts an additional argument `<` or `>` to rewrite left-to-right
 or right-to-left.