From d646235935d4246fc6b0fe9759474bcb13f65b27 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Sun, 28 Oct 2007 22:25:32 +0000 Subject: [PATCH] The document was not valid. Fixed. --- matita/help/C/sec_tactics.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/matita/help/C/sec_tactics.xml b/matita/help/C/sec_tactics.xml index 0fabbbf7c..364401aa5 100644 --- a/matita/help/C/sec_tactics.xml +++ b/matita/help/C/sec_tactics.xml @@ -370,15 +370,15 @@ as if intros hyps was issued. If t1:∀x:A.B[x] and t2:∀x,y:A.B[x]→B[y]→C[x,y] it generates: - + - λx,y:A.t2 x y (t1 x) : ∀x,y:A.B[y]→C[x,y] + λx,y:A.t2 x y (t1 x) : ∀x,y:A.B[y]→C[x,y] - λx,y:A.λH:B[x].t2 x y H (t1 y) : ∀x,y:A.B[x]→C[x,y] - + λx,y:A.λH:B[x].t2 x y H (t1 y) : ∀x,y:A.B[x]→C[x,y] + - + If t2 is omitted it composes t1 -- 2.39.2