File:Domino effect visualizing exclusion of junk term by induction axiom.jpg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this preview: 800 × 600 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels | 2,560 × 1,920 pixels | 3,200 × 2,400 pixels.
Original file (3,200 × 2,400 pixels, file size: 648 KB, MIME type: image/jpeg)
File information
Structured data
Captions
Summary
[edit]DescriptionDomino effect visualizing exclusion of junk term by induction axiom.jpg |
English: Shows an infinite chain of (light wood) domino pieces and a circle of (dark wood) pieces. If the first light piece is overthrown, each light piece will eventually fall, while no dark piece will be affected. The shown configuration illustrates a model of Peano's axioms for natural numbers, except for the induction axiom. The latter requires all pieces to fall if the first one is overthrown.
A corresponding formal model uses the set ℕ ∪ { di : 0 ≤ i < 90 }, where each di is a fresh constant. One defines 0 and the successor function s on ℕ as usual, and s(di) = di+1 for 0 ≤ i < 89, and s(d89) = d0.
|
Date | |
Source | Own work, inspired by File:Dominoeffect.png |
Author | Jochen Burghardt |
Povray source code
|
---|
// for rendering, use commands:
// povray -Q9 +A +UL +UV +W3200 +H2400 -Idomino.pov
// pngtopnm domino.png | pnmtojpeg >domino.jpg
#include "colors.inc"
#include "stones.inc"
#include "woods.inc"
#declare camX = <-30,0,0>; // observer's left-right offset
camera { location camX+<0,-50,-18> look_at camX+<0,0,-10> }
light_source { camX+<150,-100,-350> color White }
light_source { camX+<1500,-1500,-50000> color rgb<0.2,0.2,0.2> }
// sky
background { color rgb <.7, .7, 1> }
// ground
plane { <0,0,1>, 10.0 texture { T_Stone19 scale 20 } }
// a single domino stone
#declare piece = box { <0,0,2>, <4,0.5,10> }
// "infinite" chain, reachable by induction
#declare radB = <3600,0,0>; // radius of big circle segment
#declare i=0;
#while(i<1100)
object { piece
translate radB
rotate <0,0,i*0.07>
translate -radB
texture { T_Wood10 scale 5 }
}
#declare i=i+1;
#end
// junk terms, not reachable by induction
#declare radW = <40,0,0>; // radius of small circle
#declare i=0;
#while(i<90)
object { piece
translate radW
rotate <0,0,i*4>
translate -radW
translate <-15,70,0>
texture { T_Wood2 scale 5 }
}
#declare i=i+1;
#end
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Annotations InfoField | This image is annotated: View the annotations at Commons |
90
1110
1890
550
3200
2400
Dark wood pieces correspond to junk members in the model.
2960
1750
180
310
3200
2400
The first light wood piece corresponds to the number 0 in the model. If it is overthrown, each light wood piece will eventually fall, due to the domino effect.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:55, 30 October 2013 | 3,200 × 2,400 (648 KB) | Jochen Burghardt (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org
- Usage on ja.wikiversity.org
- Usage on no.wikipedia.org
- Usage on sr.wikipedia.org
- Usage on zh.wikipedia.org