100% tevredenheidsgarantie Direct beschikbaar na betaling Zowel online als in PDF Je zit nergens aan vast
logo-home
Summary Modelling Computing Systems Hoofdstuk 2 Faron Moller & Georg Struth €2,99   In winkelwagen

Samenvatting

Summary Modelling Computing Systems Hoofdstuk 2 Faron Moller & Georg Struth

1 beoordeling
 37 keer bekeken  1 keer verkocht

Logic for Computer Science / Logica voor computertechnolgie hoofdstuk 2. Samenvatting van het boek Modelling Computing Systems geschreven door Faron Moller en Georg Struth. Samenvatting geschreven in het Engels. Aan de hand van voorbeelden en plaatjes wordt de stof en theorie verduidelijkt. Gegeven...

[Meer zien]

Voorbeeld 2 van de 6  pagina's

  • Nee
  • Hoofdstuk 2
  • 25 november 2020
  • 6
  • 2020/2021
  • Samenvatting
  • 9781848003217
book image

Titel boek:

Auteur(s):

  • Uitgave:
  • ISBN:
  • Druk:
Alle documenten voor dit vak (12)

1  beoordeling

review-writer-avatar

Door: gertjanbr • 3 jaar geleden

avatar-seller
luukvaa
Hoofdstuk 2

A set is a collection of objects which typically share a property. The objects belonging to the
collection are individually referred to as its elements or members. The numbers of objects in a set A
is referred to as its cardinality and written as |A|. If there are not too many elements in the set then
it is described by writing its elements in a list between curly braces. Example:

- {false, true}; Cardinality = 2
- {3, 7, 14}; Cardinality = 3
- {red, blue, yellow}; Cardinality = 3
- {Joel, Felix, Oskar, Amanda}; Cardinality = 4

Listing all the elemens can get guite tedious. For lists with a great amount of elements we use the
following notation:

- {1, 3, 5, … , 99} (The set of 50 odd positive integers below 100);
- {a, b, c, .. , z} (The set of 26 letters of the alfabet);
- {2, 3, 5, 7, 11, 13, 17, …} (The infinite set of prime numbers);

But for example, the next element in the sequence after 17 is 21. Perhaps it’s isn’t even a number.
To avoind these kind of problems sets are typically describe not by explicitly listing the elements
between curly braces, but rather by describing the property that the elements share. In general, we
shall describe sets using the following set-builder notation: {x : x has property P}. This set consist of
exactly those elements x which satisfy the property P. More examples:

1. The collection of all beaches on the Gower Peninsula: {b : b is a beach on the Gower Peninsula}.
2. The collection of all people who climbed Mount Kailash: {p : p has climbed Mount Kailash}.
3. The collection of all prime numbers: {n : n is a prime number}.
4. The collection of all sets of people who have a common grandmother: {A : A is a set of people
who share a common grandmother}.



Note that Ø and { Ø} are different sets:
the set Ø contains no elements while
the set { Ø } contains one element,
namely the set Ø itself, and hence is not
the same as the empty set Ø.




A set with exactly one element is called a singleton:

- {a}
- {true}
- {{Wouter}}

Memberships are denoted by ∈. We can write the following propositions about sets:

- If x is an element of the set A, we write x ∈ A
- If x is not an element of the set A, we write x ∉ A

, A set is solely defined but its members, two sets are equal if, and only if, they have the same
elements. When you list the elements of a set, the order in which you list them, and the number of
times you list each element, doesn’t matter. Example:

- {3, 7, 14} = {7, 14, 3, 7, 3}
- {Joel, Felix, Oskar} ≠ {Joel, Felix, Oskar, Amanda}.

When all the elements of a set A are also elements of a set B, we say that A is a subset of B, written
A ⊆ B. More formally: A ⊆ B holds if and only if, for all x:

- x∈A⇒x∈B

We write A ⊈ B when A is not a subset of B; or more formally, ¬(A ⊆ B). If A and B are not equal, we
write A ≠ B. If A ≠ B and A ⊆ B we write A ⊂ B. Then A is a strict subset of B.

If x is an element of the set A x∈A

If x is not an element of the set A x∉A

If A and B are equal A=B
If A and B are not equal A≠B

If A = B and elements A = elements B (Subnet) A⊆B
If An and B are not a subnet A ⊈ B or ¬(A ⊆ B)

If A ≠ B and A ⊆ B (strict subnet) A⊂B



To help visualize a relation between sets, we can draw a Venn
diagram. For example we have the following sets:

1. X = {1, 2, 3, 4, 5}
2. Y = {2, 3, 4}
3. Z= {3, 4, 5, 6}

Here we have set U containing all possible elements (the universe
of discourse) as followed: U = {1, 2, 3, 4, 5, 6, 7, 8, 9,10} which will be the integer from 1 to 10.



The set B is a subset of U (here B drawn in green). The set A
is a subset of B (here A drawn in blue). In this way, we can
refer to the sets corresponding to the different regions of
this diagram, such as:

- the elements of B that are not in A;
- the elements in U that are not in A or B;

Voordelen van het kopen van samenvattingen bij Stuvia op een rij:

Verzekerd van kwaliteit door reviews

Verzekerd van kwaliteit door reviews

Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!

Snel en makkelijk kopen

Snel en makkelijk kopen

Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.

Focus op de essentie

Focus op de essentie

Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper luukvaa. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €2,99. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 67474 samenvattingen verkocht

Opgericht in 2010, al 14 jaar dé plek om samenvattingen te kopen

Start met verkopen
€2,99  1x  verkocht
  • (1)
  Kopen