:: Basic Properties of Subsets - Requirements :: by Library Committee :: :: Received February 27, 2003 :: Copyright (c) 2003-2021 Association of Mizar Users :: (Stowarzyszenie Uzytkownikow Mizara, Bialystok, Poland). :: This code can be distributed under the GNU General Public Licence :: version 3.0 or later, or the Creative Commons Attribution-ShareAlike :: License version 3.0 or later, subject to the binding interpretation :: detailed in file COPYING.interpretation. :: See COPYING.GPL and COPYING.CC-BY-SA for the full text of these :: licenses, or see http://www.gnu.org/licenses/gpl.html and :: http://creativecommons.org/licenses/by-sa/3.0/. environ vocabularies SUBSET_1, XBOOLE_0, TARSKI, ZFMISC_1; notations TARSKI, XBOOLE_0, SUBSET_1, ZFMISC_1; constructors TARSKI, SUBSET_1; registrations SUBSET_1; requirements BOOLE; begin :: This file contains statements which are obvious for Mizar checker if :: "requirements SUBSET" is included in the environment description :: of an article. They are published for testing purposes only. :: Users should use appropriate requirements instead of referencing :: to these theorems. :: Some of these items need also "requirements BOOLE" for proper work. theorem :: SUBSET:1 for a, b being set st a in b holds a is Element of b; theorem :: SUBSET:2 for a, b being set st a is Element of b & b is non empty holds a in b; theorem :: SUBSET:3 for a, b being set holds a is Subset of b iff a c= b; theorem :: SUBSET:4 for a, b, c being set st a in b & b is Subset of c holds a is Element of c; theorem :: SUBSET:5 for a, b, c being set st a in b & b is Subset of c holds c is non empty;