Skip to content

Instantly share code, notes, and snippets.

@trahloff
Last active May 10, 2016 14:46
Show Gist options
  • Save trahloff/2d104f4976427ea2319069cbdbcb5db2 to your computer and use it in GitHub Desktop.
Save trahloff/2d104f4976427ea2319069cbdbcb5db2 to your computer and use it in GitHub Desktop.
<md-content layout="column">
<md-content layout="row">
<md-card flex>
<md-content>
<md-card-title>
<md-card-title-text>
<span class="md-headline">hi</span>
<span class="md-subhead">hi</span>
</md-card-title-text>
</md-card-title>
<md-card-content>
hi
</md-card-content>
</md-content>
</md-card>
<md-card flex>
<md-content>
<md-card-title>
<md-card-title-text>
<span class="md-headline">hi</span>
<span class="md-subhead">hi</span>
</md-card-title-text>
</md-card-title>
<md-card-content>
hi
</md-card-content>
</md-content>
</md-card>
</md-content>
<md-content layout="row">
<md-card flex>
<md-content>
<md-card-title>
<md-card-title-text>
<span class="md-headline">hi</span>
<span class="md-subhead">hi</span>
</md-card-title-text>
</md-card-title>
<md-card-content>
hi
</md-card-content>
</md-content>
</md-card>
<md-card flex>
<md-content>
<md-card-title>
<md-card-title-text>
<span class="md-headline">hi</span>
<span class="md-subhead">hi</span>
</md-card-title-text>
</md-card-title>
<md-card-content>
hi
</md-card-content>
</md-content>
</md-card>
</md-content>
</md-content>
X M Beziehung Erklärung
x = {1} M = { 1, 2, 3 } c_ weil jedes Element von x auch Element von M ist
x = {1} M = { {1},{2},{3} } x ∈ M die Elemente von M sind die einelementigen Zahlenmengen. X ist in M enthalten
x = {1} M = { 1, 2, {1,2} } c_ enthält x an Position 1
x = {1,2} M = { 1, 2, {1,2} } beides Elemente an Pos 1/2 enthalten, Menge an Pos 3
x = {1} M = { {1,2,3} } nichts Man geht nicht 2 Ebenen in Mengen hinein
x = 1 M = { {1}, {2}, {3} } nichts ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment