Break a deadlock where the same parameter must be simultaneously high and low by separating requirements across conditions.
License & citation
Creator: Dzmitryi Kharlanau (SAP Lead).
Canonical: https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-TECH-02.json
License: CC BY-NC 4.0 (non-commercial only, attribution with source link required).
Concept DOI: 10.5281/zenodo.18862098
Version DOI (`v1.0.0`): 10.5281/zenodo.18862097
Repository: https://github.com/dkharlanau/dkharlanau-datasets
Suggested citation: Dzmitryi Kharlanau. “Physical Contradiction + Separation Principles” (dataset bytes). CC BY-NC 4.0. DOI: 10.5281/zenodo.18862098. https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-TECH-02.json
Details: /legal/datasets/
JSON (copy / reuse)
{
"id": "TRIZ-TECH-02",
"title": "Physical Contradiction + Separation Principles",
"intent": "Break a deadlock where the same parameter must be simultaneously high and low by separating requirements across conditions.",
"technique": {
"name": "Physical Contradiction",
"definition": "One and the same parameter must have opposite values to satisfy different requirements."
},
"inputs": {
"object_or_variable": "The thing that must be both A and not-A (e.g., 'validation strictness', 'release speed').",
"requirement_A": "Why it must be high/strong/fast/etc.",
"requirement_not_A": "Why it must be low/weak/slow/etc."
},
"procedure": [
"Convert engineering contradiction into physical form: '<variable> must be HIGH to achieve..., and LOW to avoid...'.",
"Choose a separation axis:",
" - Separation in time: high now, low later (or vice versa).",
" - Separation in space: high in one area, low in another.",
" - Separation on condition: high only under specific triggers/risk levels.",
" - Separation between whole and parts: strict globally, flexible locally (or reverse).",
"Design a mechanism that enforces the separation (rules, routing, architecture boundary, workflow branching)."
],
"outputs": {
"physical_contradiction": "<variable> must be HIGH and LOW.",
"separation_strategy": "time | space | condition | whole_vs_parts",
"solution_candidates": [
"branching workflow by risk",
"strict validation at boundary, flexible internally",
"fast path + slow path"
]
},
"common_mistakes": [
"Trying to compromise (medium value) instead of separating",
"Choosing a separation axis but not implementing an enforcement mechanism",
"Applying separation everywhere instead of only where the contradiction lives"
],
"example": {
"enterprise": {
"physical_contradiction": "Master data validation must be strict (to prevent financial errors) and flexible (to avoid blocking operations).",
"separation_on_condition": "Strict rules for high-risk attributes; relaxed rules for low-risk attributes with monitoring."
},
"software": {
"physical_contradiction": "Release process must be fast and slow.",
"separation_in_time": "Fast canary releases first; full verification and rollout later."
}
},
"meta": {
"schema": "dkharlanau.dataset.byte",
"schema_version": "1.1",
"dataset": "TRIZ-bytes",
"source_project": "cv-ai",
"source_path": "TRIZ-bytes/TRIZ-TECH-02.json",
"generated_at_utc": "2026-02-03T14:33:32+00:00",
"creator": {
"name": "Dzmitryi Kharlanau",
"role": "SAP Lead",
"website": "https://dkharlanau.github.io",
"linkedin": "https://www.linkedin.com/in/dkharlanau"
},
"attribution": {
"attribution_required": true,
"preferred_citation": "Dzmitryi Kharlanau. “Physical Contradiction + Separation Principles” (dataset bytes). CC BY-NC 4.0. DOI: 10.5281/zenodo.18862098. https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-TECH-02.json"
},
"license": {
"name": "Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
"spdx": "CC-BY-NC-4.0",
"url": "https://creativecommons.org/licenses/by-nc/4.0/"
},
"links": {
"website": "https://dkharlanau.github.io",
"linkedin": "https://www.linkedin.com/in/dkharlanau",
"repository": "https://github.com/dkharlanau/dkharlanau-datasets"
},
"contact": {
"preferred": "linkedin",
"linkedin": "https://www.linkedin.com/in/dkharlanau"
},
"canonical_url": "https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-TECH-02.json",
"created_at_utc": "2026-02-03T14:33:32+00:00",
"updated_at_utc": "2026-03-04T11:23:27+00:00",
"provenance": {
"source_type": "chat_export_extraction",
"note": "Extracted and curated by Dzmitryi Kharlanau; enriched for attribution and crawler indexing."
},
"entity_type": "triz_technique",
"entity_subtype": "",
"summary": "Break a deadlock where the same parameter must be simultaneously high and low by separating requirements across conditions.",
"doi": {
"concept": "10.5281/zenodo.18862098",
"version": "10.5281/zenodo.18862097",
"repository": "https://github.com/dkharlanau/dkharlanau-datasets"
}
}
}