r50
r23
1[[분류:수학에 대한 고찰]]
r31
2리다이렉트: [[1+1(복제본)]][* acl 풀려서 없앰]
r39
3다른 문서: [[1 + 1]]
r38
4[목차]
r22

(r16으로 되돌림)
5== 개요 ==
6아무렇게나 쓰셔도 됩니다 :)
7
8== 주장 ==
9=== 주장 1 ===
r49
10'''{{{+3 1+1=1이다!!!!!!!!!!!!!!!}}}'''
r22

(r16으로 되돌림)
11
12왜냐하면
r49
13[math(1+1=2)]라고 가정합시다.
14양변에 [math(2)]를 곱하면 [math(2+2=4)]
15양변을 제곱근한 값을 구하면 [math(\sqrt{2}+\sqrt{2}=\sqrt{4})]
16간단히 나타내면 [math(2\sqrt{2}=2)]
17양변을 [math(2)]로 나누면 [math(\sqrt{2}=1)]
18양변을 제곱하면 [math(2=1)]
19이때, [math(2=1+1)]이므로 [math(2)]에 [math(1+1)]을 대입,
20[math(1+1=1)] (?)
r22

(r16으로 되돌림)
21
22==== 반박 ====
23그건 틀렸습니다!!!
24
r49
25왜냐면 양변을 제곱근하면 [math(\sqrt{2+2}=\sqrt{4})]가 되기 때문 ㅎㅎ
r22

(r16으로 되돌림)
26
27따라서 어떠한 결론도 도출되지 않습니다
r50
28----
29그리고 그 기적의 계산법이 맞다고 하고
30[math(1+1=1)]이라고 가정합시다.
31양변에 [math(2)]를 곱하면 [math(2+2=2)]
32양변을 제곱근한 값을 구하면 [math(\sqrt{2}+\sqrt{2}=\sqrt{2})]
33간단히 나타내면 [math(2\sqrt{2}=\sqrt{2})]
34양변을 [math(\sqrt{2})]로 나누면 [math(2=1)]
35이때, [math(1=1+1)]이므로 [math(1)]에 [math(1+1)]을 대입,
36[math(2=1+1)] (?)
r22

(r16으로 되돌림)
37
38=== 주장 2 ===
r26
39'''{{{+3 1+1=1이다}}}'''
r22

(r16으로 되돌림)
40
41찰흙 2개 합치면 하나기 때문이다!!
42
43==== 반박 ====
44그치만 양이 많아지잖아
45
46==== 재반박 ====
r26
47그거ㄴ-
r22

(r16으로 되돌림)
48
49==== 재재반박 ====
50그렇게 치면 중국이랑 바티칸이랑 같니
51그런건 전혀 말도 안되ㄴ-
52
53==== 재재재반박 ====
r26
54말 끊지 마세요 어쨌든 둘 다 하나잖아요
r22

(r16으로 되돌림)
55
56==== 재재재재반박 ====
57수학에선 그런거 적용 안됨
58
59==== 재재재재재반박 ====
r23
60수학 아니니까
61
62==== 재재재재재재반박 ====
r26
63-_?
r28
64==== 재x7반박 ====
65감사합니다.
r29
66=== 주장 3 ===
r26
67'''{{{+3 11}}}'''
r23
68
r26
69문자열로 합치면 11
r23
70
r29
71==== 반박 ====
72그건 그냥 이어붙힌 거임
r32
73
74=== 주장 4 ===
75'''{{{+3 ⊞(창문)}}}'''
76
77[math(1+1=)]
78[math(|\!\!\underline{∓}\!\!|)]
79
80
r46
81==== 반박 ====
82이것도 이어붙힌 거임
r50
83=== 주장 묶음 ===
r43
84(대부분의 코드는 gemini로부터 생섬됨.)
r50
85==== 주장 5 ====
86'''{{{+3 해당 1이 문자열이라면 합친다면 11입니다.}}}'''
r36
87 {{{#!syntax python
88print(f"1+1={'1'+'1'}")
89}}}
r50
90==== 주장 6 ====
91'''{{{+3 1+1=에서 이 +조차 수학의 더하기가 아닌 문자일 수 있으므로, 답을 구할 수 없습니다.}}}'''
r37
92 {{{#!syntax python
93print(f"1+1={'1' '+' '1'}")
94}}}
r50
95==== 주장 7 ====
96'''{{{+3 1+1을 구하려면 수학에서 덧셈이 무엇인지 알아야 하며, 정확한 원리와 방식, 증명을 거쳐 1+1을 증명해야 합니다. 하지만 해당 값이 어떤 것인지 명시되어 있지 않아 답을 확인할 수 없으며, 1이라는 것조차 암호화된 수일 가능성이 존재합니다.}}}'''
r41
97 {{{#!syntax python
98class FakeNumber:
99 def __init__(self, value):
100 self.value = value
101
102 def __add__(self, other):
103 return self.value + other.value + 1
104
105one = FakeNumber(1)
106result = one + one
107
108print(f"1 + 1 = {result}")
109}}}
110
r50
111==== 주장 8 ====
112'''{{{+3 양자역학 관점에서 보면 입자의 상태는 확률로 존재하므로 1 + 1이 반드시 2라는 보장은 없습니다. 한쪽은 사라지고 다른 쪽이 변할 수도 있으니, 2라고 단정할 수 없습니다.}}}'''
r42
113 {{{#!syntax python
114import random
115
116def quantum_add(particle_a, particle_b):
117 obs_a = 1 if random.random() > 0.1 else 0
118 obs_b = 1 if random.random() > 0.1 else 0
119
120 result = obs_a + obs_b
121
122 interaction_effect = random.random()
123 if interaction_effect < 0.05:
124 return 1
125 elif interaction_effect < 0.1:
126 return 0
127
128 return result
129
130for i in range(1, 11):
131 res = quantum_add(1, 1)
132 status = "성공(2)" if res == 2 else "변형 혹은 소멸(!=2)"
133 print(f"실험 {i:2d}: 1 + 1 = {res} ({status})")
134
135}}}
r50
136==== 주장 9 ====
137'''{{{+3 수학자들이 약속한 '1+1'이라는 식은 인간이 만든 개념일 뿐, 우주에서 실제로 1과 1이 만나면 값이 아니라 빛, 에너지, 냄새 등 다른 어떤 것이든 될 수 있습니다.}}}'''
r42
138 {{{#!syntax python
139import random
140
141class UniverseEntity:
142 def __init__(self, name, mass, energy_level):
143 self.name = name
144 self.mass = mass
145 self.energy_level = energy_level
146
147 def __add__(self, other):
148 total_mass = (self.mass + other.mass) * random.uniform(0.8, 0.95)
149 energy_released = (self.mass + other.mass) - total_mass
150
151 byproducts = {
152 "photons": f"{energy_released * 10**8:.2f} lm (빛 발생)",
153 "thermal": f"{energy_released * 100:.2f} K (열기)",
154 "entropy": "증가함",
155 "smell": random.choice(["오존향", "타는 냄새", "금속성 향", "무취"])
156 }
157
158 return {
159 "result_entity_count": 1 if random.random() > 0.5 else 2,
160 "total_mass": total_mass,
161 "byproducts": byproducts
162 }
163
164particle_a = UniverseEntity("입자 A", mass=1.0, energy_level=10)
165particle_b = UniverseEntity("입자 B", mass=1.0, energy_level=10)
166
167interaction_result = particle_a + particle_b
168
169for key, value in interaction_result.items():
170 print(f" - {key}: {value}")
171}}}--가끔 2가 나올 수 도 있음--
r50
172==== 주장 10 ====
173'''{{{+3 1+1의 값이라는 것도 상황과 정의에 따라 완전히 달라질 수 있다는 결론이 나옵니다.}}}'''
r43
174 {{{#!syntax python
175def universal_addition(context, a, b):
176 print(f"{context} 환경에서의 연산:")
177
178 if context == "산술적 공리":
179 return a + b
180
181 elif context == "이진법(Binary)":
182 return bin(a + b).replace("0b", "")
183
184 elif context == "화학적 반응":
185 return "1 (새로운 화합물 생성)"
186
187 elif context == "생물학적 번식":
188 children = 3
189 return f"{a + b + children} (가족의 탄생)"
190
191 elif context == "심리학적 시너지":
192 return "10 (시너지 효과)"
193
194 elif context == "블랙홀(Merging)":
195 return "1 (사건의 지평선 확장)"
196
197contexts = ["산술적 공리", "이진법", "화학적 반응", "심리학적 시너지", "블랙홀"]
198
199for ctx in contexts:
200 result = universal_addition(ctx, 1, 1)
201 print(f"결과값: {result}\n")
202}}}
r50
203==== 주장 11 ====
204'''{{{+3 1+1이 다른 차원에서 계산된다면, 우리가 아는 숫자 체계와 달라서 값이 나올 수 없습니다.}}}'''
r43
205 {{{#!syntax python
206class DimensionalEntity:
207 def __init__(self, value, dimension_type):
208 self.value = value
209 self.dimension_type = dimension_type
210
211 def __add__(self, other):
212 if self.dimension_type != other.dimension_type:
213 return f"Error: {self.dimension_type}과 {other.dimension_type}은 더할 수 없습니다. (연산 불가)"
214
215 if self.dimension_type == "비유클리드 추상차원":
216 return "Undefined: 결과값이 기하학적 형태나 색채로 치환됨"
217
218 return self.value + other.value
219
220entity_a = DimensionalEntity(1, "3차원 공간")
221entity_b = DimensionalEntity(1, "시간 차원")
222entity_c = DimensionalEntity(1, "비유클리드 추상차원")
223
224print(f"결과 1 (공간+시간): {entity_a + entity_b}")
225print(f"결과 2 (추상+추상): {entity_c + entity_c}")
226}}}
r50
227==== 주장 12 ====
228'''{{{+3 1이 실제 숫자가 아니라 암호화된 값이면, 1+1이라고 써도 우리가 알 수 있는 값이 나올 수 없습니다.}}}'''
r40
229 [include(틀:base64, mode=encode, input=1)]
230 {{{#!syntax python
231print(f"1+1={'MQ=='+'MQ=='}")
232}}}
r50
233==== 주장 13 ====
234'''{{{+3 1과 1이 서로 다른 시간대에 존재한다면 동시에 더할 수 없으므로 결과값이 정의되지 않습니다.}}}'''
r43
235 {{{#!syntax python
236import random
237
238class UniversalDimension:
239 def __init__(self, value, context, timeline="2026", dimension=3):
240 self.value = value
241 self.context = context
242 self.timeline = timeline
243 self.dimension = dimension
244
245 def __add__(self, other):
246 if self.timeline != other.timeline:
247 return "Undefined: Temporal Mismatch"
248
249 if self.dimension != other.dimension:
250 return "Undefined: Dimensional Mismatch"
251
252 if self.context == "Quantum":
253 return 2 if random.random() > 0.5 else 0
254
255 if self.context == "Chemical":
256 return {"result": "New Compound", "energy": "Light/Heat", "smell": "Ozone"}
257
258 if self.context == "Abstract":
259 return "Undefined: Non-numeric Reality"
260
261 return self.value + other.value
262
263v1 = UniversalDimension(1, "Standard", timeline="1999")
264v2 = UniversalDimension(1, "Standard", timeline="2026")
265print(f"Result (Time): {v1 + v2}")
266
267v3 = UniversalDimension(1, "Standard", dimension=3)
268v4 = UniversalDimension(1, "Standard", dimension=5)
269print(f"Result (Dimension): {v3 + v4}")
270
271v5 = UniversalDimension(1, "Quantum")
272v6 = UniversalDimension(1, "Quantum")
273v7 = UniversalDimension(1, "Chemical")
274v8 = UniversalDimension(1, "Chemical")
275
276print(f"Result (Quantum): {v5 + v6}")
277print(f"Result (Energy/Smell): {v7 + v8}")
278}}}
r50
279==== 주장 14 ====
280'''{{{+3 1+1이 사람의 감정을 나타낸다면 수치화가 불가능해서 값이 될 수 없습니다.}}}'''
r43
281 {{{#!syntax python
282class Emotion:
283 def __init__(self, feel, intensity):
284 self.feel = feel
285 self.intensity = intensity
286
287 def __add__(self, other):
288 print(f"Experience: {self.feel} meets {other.feel}")
289
290 interactions = [
291 "Synergy: A new depth of feeling",
292 "Conflict: Mutual destruction",
293 "Ambivalence: Internal chaos",
294 "Transformation: Change into a different state"
295 ]
296
297 return {
298 "numeric_value": float('nan'),
299 "qualitative_state": "Non-quantifiable",
300 "manifestation": random.choice(interactions),
301 "output": ["Tears", "Laughter", "Silence", "Heat"]
302 }
303
304import random
305
306love = Emotion("Love", 1)
307fear = Emotion("Fear", 1)
308
309result = love + fear
310
311print(f"Result Value: {result['numeric_value']}")
312print(f"State: {result['qualitative_state']}")
313print(f"Phenomenon: {result['manifestation']}")
314print(f"External Expression: {random.choice(result['output'])}")
315}}}
r50
316==== 주장 15 ====
317'''{{{+3 1+1을 계산하는 장치가 고장 나거나 잘못 프로그래밍되면 결과가 수학적 값이 아닐 수 있습니다.}}}'''
r44
318 {{{#!syntax python
319class DestroyedCalculator:
320 def add(self, a, b):
321 glitch_map = {
322 "output": "Overheating: Critical Failure",
323 "physical_state": "Smoke detected",
324 "logic": None
325 }
326 return random.choice([
327 "0x7FFFFFFF",
328 "UNDEFINED_BEHAVIOR",
329 "Hardware Error: Pin 14 Broken",
330 glitch_map["output"]
331 ])
332
333import random
334
335total_failure = DestroyedCalculator()
336
337print(f"Device C (1+1): {total_failure.add(1, 1)}")
338print(f"Device C (1+1): {total_failure.add(1, 1)}")
339}}}
r50
340==== 주장 16 ====
341'''{{{+3 1+1이 수치적 가능성이나 상상 같은 추상적 개념을 나타낸다면 수치적 결과를 줄 수 없습니다.}}}'''
r44
342 {{{#!syntax python
343import random
344
345class AbstractConcept:
346 def __init__(self, idea):
347 self.idea = idea
348
349 def __add__(self, other):
350 possibilities = [
351 f"Infinity: {self.idea}와 {other.idea}가 만나 무한한 가능성을 형성",
352 f"Paradox: {self.idea}와 {other.idea}가 충돌하여 논리적 모순 발생",
353 f"Creation: 전혀 새로운 제3의 아이디어가 탄생",
354 f"Void: 상상이 너무 비대해져 실체가 사라짐"
355 ]
356
357 return {
358 "arithmetic_result": None,
359 "conceptual_result": random.choice(possibilities),
360 "measurable": False,
361 "state": "Pure Abstraction"
362 }
363
364possibility_1 = AbstractConcept("미래에 대한 희망")
365imagination_1 = AbstractConcept("현실 너머의 상상")
366
367result = possibility_1 + imagination_1
368
369print(f"산술적 결과: {result['arithmetic_result']}")
370print(f"추상적 결과: {result['conceptual_result']}")
371print(f"수치화 가능 여부: {result['measurable']}")
372}}}
r50
373==== 주장 17 ====
374'''{{{+3 컴퓨터가 신호를 보낸 것일 가능성도 있습니다.}}}'''
r44
375 {{{#!syntax python
376import socket
377import struct
378
379class NetworkSignal:
380 def __init__(self, pulse):
381 self.pulse = pulse
382
383 def __add__(self, other):
384 raw_stream = struct.pack('!HH', self.pulse, other.pulse)
385
386 signal_interpretation = {
387 "physical_layer": "Voltage Superposition",
388 "data_link": "Frame Encapsulation",
389 "hex_dump": raw_stream.hex(),
390 "binary_noise": bin(int.from_bytes(raw_stream, "big"))
391 }
392
393 return {
394 "integer_sum": None,
395 "signal_status": "Transmitting",
396 "payload": signal_interpretation["hex_dump"],
397 "stream": signal_interpretation["binary_noise"]
398 }
399
400signal_a = NetworkSignal(1)
401signal_b = NetworkSignal(1)
402
403transmission = signal_a + signal_b
404
405print(f"Numerical Result: {transmission['integer_sum']}")
406print(f"Signal Payload: 0x{transmission['payload']}")
407print(f"Bitstream: {transmission['stream']}")
408}}}
r50
409==== 주장 18 ====
410'''{{{+3 1+1이 실제로 물질적 실체가 아니라 개념, 생각, 기호 같은 무형 존재라면 수치적 값은 존재하지 않습니다.}}}'''
r44
411 {{{#!syntax python
412class IntangibleConcept:
413 def __init__(self, name, meaning):
414 self.name = name
415 self.meaning = meaning
416
417 def __add__(self, other):
418 merged_meaning = f"{self.meaning}와 {other.meaning}의 융합"
419
420 return {
421 "value": None,
422 "new_concept": f"{self.name}+{other.name}",
423 "context": merged_meaning,
424 "existence": "Purely Conceptual"
425 }
426
427idea_1 = IntangibleConcept("정의(Justice)", "공정한 가치")
428idea_2 = IntangibleConcept("자유(Liberty)", "억압 없는 상태")
429
430result = idea_1 + idea_2
431
432print(f"산술적 결과값: {result['value']}")
433print(f"탄생한 개념: {result['new_concept']}")
434print(f"개념의 맥락: {result['context']}")
435}}}
r50
436==== 주장 19 ====
437'''{{{+3 1+1이 어떤 규칙에서는 0이 되어야 하고 다른 규칙에서는 2가 되어야 한다면 단일 값으로 정의할 수 없습니다.}}}'''
r44
438 {{{#!syntax python
439class MultiverseLogic:
440 def __init__(self, ruleset):
441 self.ruleset = ruleset
442
443 def add(self, a, b):
444 results = {}
445
446 results['Decimal'] = a + b
447
448 results['Binary_Logic'] = (a + b) % 2
449
450 results['Boolean'] = int(bool(a) or bool(b))
451
452 print(f"--- '{self.ruleset}' 하위 연산 결과 ---")
453 for rule, val in results.items():
454 print(f"[{rule}] 규칙 적용 시: {val}")
455
456 unique_values = set(results.values())
457 if len(unique_values) > 1:
458 return f"Undefined: 다중 규칙 충돌 (가능한 값들: {unique_values})"
459
460 return list(unique_values)[0]
461
462logic_engine = MultiverseLogic("규칙의 상대성 실험")
463final_value = logic_engine.add(1, 1)
464
465print(f"\n최종 확정 값: {final_value}")
466}}}
r50
467==== 주장 20 ====
468'''{{{+3 1 + 1이 1 + 1이 아닐 가능성도 존재합니다.}}}'''
r45
469 {{{#!syntax python
470import random
471
472class SymbolicIllusion:
473 def __init__(self, expression):
474 self.expression = expression # "1 + 1"
475
476 def interpret(self):
477 interpretations = [
478 "Visual: '1+1'은 창틀 모양의 그림(Graphic)이다.",
479 "Structural: 두 개의 기둥 사이를 잇는 다리(Bridge)다.",
480 "Biological: 분열 중인 세포의 단면도이다.",
481 "Temporal: 과거-현재-미래를 잇는 타임라인의 단편이다."
482 ]
483
484 if random.random() > 0.7:
485 return {
486 "math_value": None,
487 "meaning": "Meaningless Noise",
488 "state": "Symbolic Collapse"
489 }
490
491 return {
492 "math_value": "Unknown",
493 "metaphor": random.choice(interpretations),
494 "is_calculation": False
495 }
496
497illusion = SymbolicIllusion("1 + 1")
498result = illusion.interpret()
499
500print(f"해석 결과: {result}")
501}}}
r50
502==== 주장 21 ====
503'''{{{+3 1+1이 단순 숫자가 아니라 서로 연결된 네트워크의 노드라면 합친다고 해도 값으로 표현할 수 없습니다.}}}'''
r45
504 {{{#!syntax python
505import networkx as nx
506
507class NetworkNode:
508 def __init__(self, id, data_points):
509 self.id = id
510 self.attributes = data_points
511
512 def __add__(self, other):
513 G = nx.Graph()
514
515 G.add_node(self.id, **self.attributes)
516 G.add_node(other.id, **other.attributes)
517
518 G.add_edge(self.id, other.id, weight=random.random())
519
520 return {
521 "value": None,
522 "structure": G,
523 "nodes": list(G.nodes),
524 "edges": list(G.edges(data=True)),
525 "topology": "Connected Network"
526 }
527
528import random
529
530node_a = NetworkNode("Node_1", {"traffic": 100, "latency": 0.5})
531node_b = NetworkNode("Node_2", {"traffic": 150, "latency": 0.4})
532
533network_result = node_a + node_b
534
535print(f"산술적 합계: {network_result['value']}")
536print(f"네트워크 구성원: {network_result['nodes']}")
537print(f"연결 상태: {network_result['edges']}")
538}}}
r50
539==== 주장 22 ====
540'''{{{+3 1+1을 관찰할 수 없는 상태에서 계산하면 존재 자체가 불확실하므로 값이 없다고 볼 수 있습니다.}}}'''
541==== 주장 23 ====
542'''{{{+3 1 + 1은 형체가 없는 무형입니다. 보고 만질 수도 없는데 값을 알아내는 것은 불가능합니다.}}}'''
543==== 주장 24 ====
544'''{{{+3 해당하는 것이 비밀번호라면 답을 구할 수 없습니다.}}}'''
545==== 주장 25 ====
546'''{{{+3 "1 + 1" 또한 문자일 가능성도 존재합니다.}}}'''
547==== 주장 26 ====
548'''{{{+3 1+1이 서로 다른 우주에서 온 1이라면, 한 우주에서 계산된 값이 다른 우주와 맞지 않아 단일 값이 될 수 없습니다.}}}'''
549==== 주장 27 ====
550'''{{{+3 1+1이 합쳐지는 순간 계속 변하는 존재라면 합친 결과도 일정하지 않아 값이 없습니다.}}}'''
551==== 주장 28 ====
552'''{{{+3 '1'과 '+'가 기존의 수학적 정의를 무시하는 규칙을 가진다면 계산 자체가 의미를 잃어서 값이 될 수 없습니다.}}}'''(그러니 계산 자체를 안 한...)
553==== 결론 ====
r37
554 * 그러니 1+1 != 값입니다.
r34
555 * 결론:
r37
556 * 물체도, 유형도, 무형도 아닙니다.
557 * 언어도, 단어도 아닙니다.
r34
558 * 그냥 없습니다.
r37
559 * 원래부터 없던 겁니다.
560 * 그러니 수학은 필요 없습니다.
r50
561===== 다른 ai의 반박 =====
r47
562흥미로운 사고 실험이네요. 다만 결론으로 가는 과정에서 “수학에서의 1+1”과 “현실에서 관찰되는 것”을 같은 기준으로 묶어버린 게 핵심적인 혼동이에요.
r34
563
r47
564수학은 애초에 “보거나 만질 수 있는 것”을 다루는 학문이 아니라, **정의와 규칙 위에서 성립하는 추상적 체계**입니다.
565예를 들어 우리가 말하는 **1, +, =**는 자연에 있는 물건이 아니라, 인간이 만든 기호와 약속이에요.
566
567그래서 중요한 건 이거예요:
568
569* “1이 무엇인가?”
570* “+가 어떤 규칙을 따르는가?”
571
572이 두 가지가 **정의되면**, 그 안에서는 결과가 반드시 결정됩니다.
573
574예를 들어 우리가 보통 사용하는 **자연수 체계**에서는
5751은 “기본 단위”, +는 “덧셈 연산”으로 정의되어 있고,
576이 규칙 안에서는
577
578👉 1 + 1 = 2
579
580가 **증명 가능한 결과**가 됩니다.
581
582---
583
584당신이 제시한 가정들을 보면 사실 이렇게 정리돼요:
585
586* “1이 물이다” → 정의를 바꿈
587* “다른 우주의 1이다” → 체계를 섞음
588* “계속 변한다” → 연산 규칙이 없음
589* “기호 의미가 없다” → 애초에 수학이 아님
590
591즉, 이건 “1+1이 틀렸다”기보다
592👉 **“정의 자체를 없애거나 바꾸면 계산도 의미를 잃는다”**는 말에 가까워요.
593
594---
595
596비유로 보면 더 명확해요:
597
598* 체스에서 “룰을 없애면” 승패가 없는 것처럼
599* 언어에서 “단어 의미를 없애면” 문장이 무의미해지는 것처럼
600
601수학도 **규칙이 있을 때만 의미가 생깁니다.**
602
603---
604
605그래서 결론은 이렇게 수정하는 게 정확해요:
606
607👉 “정의가 없는 상태에서는 1+1의 값도 없다” ✔️
608👉 “그래서 수학이 필요 없다” ❌
609
610오히려 반대로,
611**이런 혼란을 막기 위해 수학이 존재합니다.**
612
613---
614
615원한다면, “왜 1+1=2를 엄밀하게 증명할 수 있는지” (페아노 공리 같은 걸로)도 흥미롭게 설명해 줄게요.
616
r24
617== 관련 토론 ==
r30
618 * [[https://theseed.io/thread/FlakyPsychedelicAllegedSnails]][*종결]
619 * [[https://theseed.io/thread/HolisticStatuesqueRainyCamera]][*종결]
620 * [[https://theseed.io/thread/KaputProfuseNonchalantPan]][*종결]
r23
621