diff options
| author | Siddharth Bhat | 2018-08-22 16:13:08 +0530 |
|---|---|---|
| committer | Siddharth Bhat | 2018-08-22 16:13:08 +0530 |
| commit | 632b4d0121bda71a3e6186ceff10323aacd0b9ea (patch) | |
| tree | 1a359b2dba9ed4f57373973eda2596e2a3afe216 /theories/Reals | |
| parent | a62ab4903d61b9a3c2e8725ee0e6354c0a073348 (diff) | |
Fix typo of caracterisation -> c*h*aracterisation
Diffstat (limited to 'theories/Reals')
| -rw-r--r-- | theories/Reals/Rsqrt_def.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/Rsqrt_def.v b/theories/Reals/Rsqrt_def.v index 6a3dd97656..9b8dd1db0b 100644 --- a/theories/Reals/Rsqrt_def.v +++ b/theories/Reals/Rsqrt_def.v @@ -392,7 +392,7 @@ Definition cond_positivity (x:R) : bool := | right _ => false end. -(** Sequential caracterisation of continuity *) +(** Sequential characterisation of continuity *) Lemma continuity_seq : forall (f:R -> R) (Un:nat -> R) (l:R), continuity_pt f l -> Un_cv Un l -> Un_cv (fun i:nat => f (Un i)) (f l). |
