]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/LOGIC/datatypes_props/Sequent.ma
tagged 0.5.0-rc1
[helm.git] / matita / contribs / LOGIC / datatypes_props / Sequent.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15
16
17 include "datatypes_defs/Sequent.ma".
18
19 theorem linj_inj: \forall a,c. linj a = linj c \to a = c.
20  intros; whd in H:(? ? % %); destruct; autobatch.
21 qed.
22
23 theorem rinj_inj: \forall b,d. rinj b = rinj d \to b = d.
24  intros; whd in H:(? ? % %); destruct; autobatch.
25 qed.