نتایج جستجو برای: compactness

تعداد نتایج: 7953  

2004
DAVID MILOVICH

We define branch product topologies, a new product construction. Branch product topologies generalize sum topologies and product topologies. We investigate criteria for branch products or iterations of branch products to preserve various topological properties, focusing on the separation axioms and compactness. In particular, we generalize the Tychonoff Theorems for compactness and D-compactness.

Journal: :Kybernetes 2012
Francisco Gallego Lupiáñez

In this paper, we obtain an axiomatic characterization of Lowen's fuzzy compactness. KeywordsMathematics, fuzzy sets, Topology, Lowen's compactness, operators.

2014
ANTONINO SALIBRA GIUSEPPE SCOLLO

The abstract model-theoretic concepts of compactness and Löwenheim–Skolem properties are investigated in the “softer” framework of pre-institutions [18]. Two compactness results are presented in this paper: a more informative reformulation of the compactness theorem for pre-institution transformations, and a theorem on natural equivalences with an abstract form of the first-order pre-institutio...

2009
Arthur W. Apter

We show the relative consistency of the existence of two strongly compact cardinals κ1 and κ2 which exhibit indestructibility properties for their strong compactness, together with level by level equivalence between strong compactness and supercompactness holding at all measurable cardinals except for κ1. In the model constructed, κ1’s strong compactness is indestructible under arbitrary κ1-dir...

Journal: :iranian journal of science and technology (sciences) 2010
a. ahmadi ledari

let c be a field of subsets of a set i. also, let     1 i i be a non-decreasing positivesequence of real numbers such that 1, 1 0 1   i  and    11 i i . in this paper we prove thatbv of all the games of -bounded variation on c is a non-separable and norm dual banach space of thespace of simple games on c . we use this fact to establish the existence of a linear mapping t from...

Journal: :Int. J. Fuzzy Logic and Intelligent Systems 2009
Jung-Il Kim Won Keun Min Young-Ho Yoo

In [8], we introduced the concept of fuzzy r-minimal structure which is an extension of smooth fuzzy topological spaces and fuzzy topological spaces in Chang's sense. And we also introduced and studied the fuzzy r-M continuity. In this paper, we introduce the concepts of fuzzy r-minimal compactness, almost fuzzy r-minimal compactness and nearly fuzzy r-minimal compactness on fuzzy r-minimal spa...

Journal: :Proceedings of the American Mathematical Society 1996

2014
Pan Ma Wei Xiong Baosheng Tan Wei Geng Jiaqiang Liu Weihong Li Dehua Li

This study investigated the influence of thread pitch, helix angle, and compactness on micromotion in immediately loaded implants in bone of varying density (D2, D3, and D4). Five models of the three-dimensional finite element (0.8 mm pitch, 1.6 mm pitch, 2.4 mm pitch, double-threaded, and triple-threaded implants) in three types of bone were created using Pro/E, Hypermesh, and ABAQUS software....

2004
Paolo Lipparini

We present instances of the following phenomenon: if a product of topological spaces satisfies some given compactness property then the factors satisfy a stronger compactness property, except possibly for a small number of factors. The first known result of this kind, a consequence of a theorem by A. H. Stone, asserts that if a product is regular and Lindelöf then all but at most countably many...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->